fuselibs
fuselibs copied to clipboard
MapMarker IconFile image on different devices
Reported in forum.
Fuse 1.8.1 MacOs High Sierra iPhone 7 / iOs 11.2 Nexus 5 / Android 6.0
Issue
MapMarker
IconFile
image renders different sizes on iOs and Android.
iOs
Android
Code to reproduce:
<App>
<NativeViewHost>
<MapView Latitude="59.9115776" Longitude="10.7369095" Zoom="15">
<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon1000x1000.png"/>
<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon100x100.png"/>
<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon24x24.png"/>
</MapView>
</NativeViewHost>
</App>
Icons: icons.zip
The forum thread Change MapMarker IconFile width/height posted by jesusmartinoza was linked to this issue.