Map Methods |
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| Center(MapItem) |
Center on map item.
| |
| Center(Single, Single) |
Center on coordinates.
| |
| ClearTileCacheFolder |
Clears tile cache folder.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fit |
Show whole map.
| |
| Fit(MapItem) |
Fit map item to view.
| |
| Fit(Double, Double, Double, Double) |
Fit to given rectangle.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVisibleMapItems |
Get visible map items per layer.
| |
| ImportNewLayer(String, Int32) |
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
| |
| ImportNewLayer(String, Int32, String) |
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
| |
| ImportReplaceLayer(String, Int32) |
Import new layer from shp data and replace data on given layer.
| |
| ImportReplaceLayer(String, Int32, String) |
Import new layer from shp data and replace data on given layer.
| |
| OnDeserialized |
OnDeserialized is called just after the object has been deserialized.
| |
| RefreshMapList |
Refresh map name list. Map names are available at Names property.
| |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |