Skip to content
TorbenK edited this page Jan 29, 2016 · 8 revisions

Properties

CustomPins

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.

Circles

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.

Routes

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.

Polylines

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.

Polygons

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.

Functions

Clone this wiki locally