Online Maps v3
|
Providers of the traffic tiles. More...
Public Member Functions | |
string | GetURL (OnlineMapsTile tile) |
Gets the URL to download the traffic texture. | |
Static Public Member Functions | |
static OnlineMapsTrafficProvider | GetByID (string id) |
Gets an instance of a traffic provider by ID. | |
static OnlineMapsTrafficProvider[] | GetProviders () |
Gets array of traffic providers. | |
Public Attributes | |
string | id |
Provider ID. | |
string | title |
Provider name. | |
string | url |
URL of tiles. | |
bool | isCustom |
Indicates that this is an custom provider. | |
Providers of the traffic tiles.
|
static |
Gets an instance of a traffic provider by ID.
id | Provider ID |
|
static |
Gets array of traffic providers.
string OnlineMapsTrafficProvider.GetURL | ( | OnlineMapsTile | tile | ) |
Gets the URL to download the traffic texture.
tile | Instence of tile. |