Fuse version 0.35.0 (build 10867) on OSX / iOS Preview & Build
When I scroll in the mapview, icons changes their iconfiles independently.
At the same time my location marker chanes with other markers’s iconfiles.
JS:
Model:
UX:
<MapView ux:Name="nativeMap" Latitude="{latMap}" LocationTapped="{hideMarkerIOS}" MarkerTapped="{onMarkerTappedIOS}" Longitude="{lonMap}" AllowZoom="True" ShowMyLocation="true" ShowMyLocationButton="true" AllowRotate="True" ShowCompass="True" Zoom="13" >
<Each Items="{markers}">
<MapMarker Latitude="{latitude}" Longitude="{longitude}" Label="{label}" IconFile="{image}" />
</Each>
</MapView>
Screen Captures;