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