-
Notifications
You must be signed in to change notification settings - Fork 109
TKCustomMap
Lets you bind a collection of TKCustomPin. 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 TKPolygone. If the collection implements INotifyCollectionChanged
adding and removing polygons from the collection will automatically update the map. This property is bindable.