Table of Contents

Class CustomWebMapProvider

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Custom web map providers.

public class CustomWebMapProvider
Inheritance
CustomWebMapProvider
Inherited Members

Constructors

CustomWebMapProvider()

Initializes a new instance of the CustomWebMapProvider class.

public CustomWebMapProvider()

CustomWebMapProvider(CustomWebMapProvider)

Initializes a new instance of the CustomWebMapProvider class.

public CustomWebMapProvider(CustomWebMapProvider webMapProvider)

Parameters

webMapProvider CustomWebMapProvider

The web map provider.

Properties

CreateLayersDictionary

Gets or sets the create layers dictionary.

public string? CreateLayersDictionary { get; set; }

Property Value

string

string

CreateMapOptions

Gets or sets the create map options.

public string? CreateMapOptions { get; set; }

Property Value

string

string

Id

Gets or sets the identifier.

public string? Id { get; set; }

Property Value

string

string

Name

Gets or sets the name.

public string? Name { get; set; }

Property Value

string

string

Methods

Clone()

Clones this instance.

public object Clone()

Returns

object

CustomWebMapProvider

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int