MapDataAdapterBase Methods
The base class for all data adapters that can be used with the Map control.| 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. |
See Also