MapView MyLocation Marker

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;

See also https://www.fusetools.com/community/forums/bug_reports/imagetoolsgetimagefrombase64_not_async_safe?page=1&highlight=3b912cff-5e66-4bf4-84bb-a99022adf2bb#post-3b912cff-5e66-4bf4-84bb-a99022adf2bb - same issues.

And this one:

https://www.fusetools.com/community/forums/bug_reports/custom_pin_markers_ios_bug?page=1&highlight=1de4e6ed-41ec-42a7-b80b-a501361027db#post-1de4e6ed-41ec-42a7-b80b-a501361027db

Thank you everyone posting these issues. It took a little longer to fix than it should have in these high-crunch times, so we appreciate your patience. A fix has been submitted and should make it into a release soon alongside other MapView improvements; Watch those changelogs :slight_smile: