TileLayer Class |
Namespace: Arction.WinForms.Charting.Maps
The TileLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| TileLayer |
Constructor.
| |
| TileLayer(Map) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AboveVectorMap |
Is layer drawn above or below map. Default is above (true).
| |
| AlphaLevel |
Tile layer alpha level. Valid range is 0..255.
| |
| CacheFetchCount |
Cache fetch count. Use to enhance your cache usage.
| |
| CacheImages |
Cache images to a file folder. Speeds up the tile fetching when using same zoom levels and regions.
| |
| HEREApiKey |
ApiKey from Here.
| |
| HEREUseProduction |
Use production server of map provider. Enable this when releasing application customer.
| |
| ServerCallCount |
Used for getting server call count.
| |
| Type |
Defines layer type.
| |
| Visible |
Defines if property is visible.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetZoomLevel |
Get zoom level.
| |
| OnDeserialized |
OnDeserialized is called just after the object has been deserialized.
| |
| Refresh |
Used for refreshing tile data.
| |
| RemoveNonvisibleTiles |
Remove tiles (minus some at the edges), which are not currently visible.
| |
| ToString |
Item to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| TileFetchFailed |
Occurs when a map tile fetch operation fails.
|