You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only happens on iOS as on Android you're doing the FormsMap.PropertyChanged event registration call in OnElementChanged.
On iOS however it seems the MapLoaded can be called multiple times. For me it can get called 2-3 times without any calls to OnElementChanged. Once when the map is first initialized and again when it's finished animating to it's destination MapCenter
New: TKCustomMapPin is BindableObject
New: All Commands also available as Event
New: Possibility to set the anchor position of a pin(Alpha)
Fixed: Issue with PinTinColor(iOS) #68
Fixed: Issue with multiple calls to MapLoaded(iOS) #60,#61,#50
Fixed: Issue with missing culture information when converting coordinates to string(Android) #55
Fixed: Double tap no longer triggers MapClicked(iOS) #46
Fixed: Bounds calculation after route calculation is now correct
Fixed: Collection events getting unregistered properly
Fixed: Issue when route gets removed from collection during calculation
Minor bugfixes
This only happens on iOS as on Android you're doing the FormsMap.PropertyChanged event registration call in OnElementChanged.
On iOS however it seems the MapLoaded can be called multiple times. For me it can get called 2-3 times without any calls to OnElementChanged. Once when the map is first initialized and again when it's finished animating to it's destination MapCenter
As a test I unregistered right before
and I no longer get multiple PropertyChanged notifications
The text was updated successfully, but these errors were encountered: