I am testing the sample .NET Code for Maps providded on the developer.tizen.org website (https://github.com/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Maps) and it seems that no pin image loads when a new pin is added to a mep
var pin = new Pin(new Geocoordinates(DEFAULT_LAT, DEFAULT_LON));
s_mapview.Add(pin);
This works for a Mobile application, but not Wearable. Is this a known limitation of the platform or does the pin need a special sizing for Wearables?
Wearable Maps – Adding Pin to MapView
Hello,
I am testing the sample .NET Code for Maps providded on the developer.tizen.org website (https://github.com/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Maps) and it seems that no pin image loads when a new pin is added to a mep
var pin = new Pin(new Geocoordinates(DEFAULT_LAT, DEFAULT_LON));
s_mapview.Add(pin);
This works for a Mobile application, but not Wearable. Is this a known limitation of the platform or does the pin need a special sizing for Wearables?
Thanks
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio