-
Notifications
You must be signed in to change notification settings - Fork 109
TKCustomMap
Lets you bind a collection of TKCustomMapPin. If the collection implements INotifyCollectionChanged
adding and removing pins from the collection will automatically update the map. This property is bindable.
Lets you bind a collection of TKCircle. If the collection implements INotifyCollectionChanged
adding and removing circles from the collection will automatically update the map. This property is bindable.
Lets you bind a collection of TKRoute. If the collection implements INotifyCollectionChanged
adding and removing routes from the collection will automatically update the map. This property is bindable.
Lets you bind a collection of TKPolyline. If the collection implements INotifyCollectionChanged
adding and removing polylines from the collection will automatically update the map. This property is bindable.
Lets you bind a collection of TKPolygon. If the collection implements INotifyCollectionChanged
adding and removing polygons from the collection will automatically update the map. This property is bindable.
Gets/Sets the current center position of the map. If this gets set, the map will move to the new center position without changing the current zoom level. This property is bindable.
Gets/Sets the currently selected pin on the map. This property is bindable.
Gets/Sets if a change of MapCenter
should be animated. This property is bindable.
Gets/Sets the currently visible region of the map. When this gets set, the map will move to the new MapSpan
. This property is bindable.
Bindable.
Bindable.
Bindable.
Bindable.
Is getting executed when the collection of pins is initially added to the map. Bindable.
Is getting executed when the callout of a pin gets tapped. On Android the whole callout is clickable, on iOS there will be a disclosure image visible on the right top.
Bindable.
Bindable.
Returns a byte array containing the data of an image with the current state of the map in PNG format.