Table of Contents

Class MapView

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

true A Map View with a name and a viewport.

public class MapView
Inheritance
MapView
Inherited Members

Constructors

MapView()

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView()

MapView(string)

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView(string name)

Parameters

name string

The name.

MapView(string, RectangleF)

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView(string name, RectangleF viewport)

Parameters

name string

The name.

viewport RectangleF

The viewport.

MapView(string, RectangleF, List<string>)

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView(string name, RectangleF viewport, List<string> groups)

Parameters

name string

The name.

viewport RectangleF

The viewport.

groups List<string>

The highlighted groups

MapView(string, RectangleF, List<string>, string)

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView(string name, RectangleF viewport, List<string> groups, string settings)

Parameters

name string

The name.

viewport RectangleF

The viewport.

groups List<string>

The highlighted groups

settings string

The Settings of the mapview (filters, map options, sorting)

MapView(string, RectangleF, string)

Initializes a new instance of the MapView class. Initializes a new instance of the MapView class.

public MapView(string name, RectangleF viewport, string settings)

Parameters

name string

The name.

viewport RectangleF

The viewport.

settings string

The Settings of the mapview (filters, map options, sorting)

Properties

HighlightGroups

Gets or sets the highlighted groups of the map view.

public string[]? HighlightGroups { get; set; }

Property Value

string[]

array of. string

Name

Gets or sets name search for a MapView.

public string Name { get; set; }

Property Value

string

string

Settings

Gets or sets the settings of the map view.

public string? Settings { get; set; }

Property Value

string

RectangleF

Viewport

Gets or sets the view port rectangle boundary of the map view.

public RectangleF? Viewport { get; set; }

Property Value

RectangleF

RectangleF

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.