In this example if I drag the map the Marker
moves! Don’t stay in Latitude=“59.9115776” Longitude=“10.7369095”! When I release the finger the marker
move to the center of the map (I test it on Android only)
Mac OSX High Sierra - Fuse 1.8.1 15610
<NativeViewHost>
<MapView Height="250" Width="100%" Margin="-15,5" Latitude="59.9115776" Longitude="10.7369095" Zoom="15">
<MapMarker Latitude="59.9115776" Longitude="10.7369095" />
</MapView>
</NativeViewHost>