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