Show / Hide Table of Contents

Class ProviderItem

A class to store details of a map provider.

Inheritance
object
ProviderItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OffRouteMap
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
Type Description
string
| Edit this page View Source

Key

Declaration
public string Key { get; }
Property Value
Type Description
string
| Edit this page View Source

Provider

Declaration
public GMapProvider Provider { get; }
Property Value
Type Description
GMapProvider
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX