MapDataAdapterBase Members
The base class for all data adapters that can be used with the Map control.Fields
| Name | Description |
|---|---|
| ClustererProperty static | Identifies the MapDataAdapterBase.Clusterer dependency property. |
Properties
| Name | Description |
|---|---|
| Clusterer | Gets or sets the clusterer that aggregates map items. |
| DisplayItems | Returns map items which are displayed by a map control. |
Methods
| Name | Description |
|---|---|
| GetItemBySourceObject(Object) | Gets a map item by the source object. |
| GetItemSourceObject(MapItem) | Returns the source object of the specified map item. |
| LoadData() | Loads data from the specified data source. |
| OnClustered() | Called after the clusterization is finished. |
| OnViewportUpdated(MapViewport) | Called every time the viewport is changed. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also