iOS MapMarker IconAnchor

Hi guys, I’m trying to put a MapMarker with a custom icon. But the problem is the anchor doesn’t centrate correctly the icon. Here is the video who explain my problem.

Video

   <NativeViewHost>
       <MapView ux:Name="map" Latitude="59.911567" Longitude="10.741030" Zoom="10" MarkerTapped="{showPopup}">
           <MapMarker Latitude="59.911567" Longitude="10.741030" IconFile="../Assets/markers/fire.png"/>
          <!-- IconAnchorY and IconAnchorX attributes doesn't do any effect. -->
           <MapMarker Latitude="59.911567" Longitude="10.741030"/>
       </MapView>
   </NativeViewHost>

This is the marker I’m using… Marker

Hi!
Your video is unavailable and the UX you posted doesn’t actually set the anchor properties?

Hi! The video now online :slight_smile: The problem is that IconAnchorY and IconAnchorX doesn’t do anything no matter what value I put (0 to 1 range).

Thanks, we’re looking into it. :slight_smile: