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
A user should be able to double tap the map to zoom in without triggering the MapClickedCommand. Therefore, the tap listener needs to wait to make sure it isn't a double tap event before firing the MapClickedCommand.
The text was updated successfully, but these errors were encountered:
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
A user should be able to double tap the map to zoom in without triggering the MapClickedCommand. Therefore, the tap listener needs to wait to make sure it isn't a double tap event before firing the MapClickedCommand.
The text was updated successfully, but these errors were encountered: