MapGeoDataAdapter Methods
A base class for adapters that load geographical data from files.| Name | Description |
|---|---|
| GetItemBySourceObject(Object) | Gets a map item by the source object. Inherited from MapDataAdapterBase. |
| GetItemSourceObject(MapItem) | Returns the source object of the specified map item. |
| LoadData() | Loads data from the specified data source. Inherited from MapDataAdapterBase. |
| LoadFromStream(Stream, String) | Loads map items from the specified stream and items resources from the specified path. |
| LoadFromStream(Stream) | Loads map items from the specified stream. |
| OnClustered() | Called after the clusterization is finished. Inherited from MapDataAdapterBase. |
| OnViewportUpdated(MapViewport) | Called every time the viewport is changed. Inherited from MapDataAdapterBase. |
| Parse(String) | Parses the passed string in the KML, GeoJson or GPX format to create map items that the string specifies. |
See Also