Class ProviderItem
A class to store details of a map provider.
Assembly: OffRouteMap.dll
Syntax
public sealed class ProviderItem
Constructors
|
Edit this page
View Source
ProviderItem(string, string, GMapProvider)
Declaration
public ProviderItem(string key, string displayName, GMapProvider provider)
Parameters
| Type |
Name |
Description |
| string |
key |
|
| string |
displayName |
|
| GMapProvider |
provider |
|
Properties
|
Edit this page
View Source
DisplayName
Declaration
public string DisplayName { get; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
Provider
Declaration
public GMapProvider Provider { get; }
Property Value
| Type |
Description |
| GMapProvider |
|