[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey

MapTileKey Struct

Represents the tile identifier.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct MapTileKey

Constructors

Name Description
MapTileKey(int, int, int)

Initializes a new instance of the MapTileKey struct.

Fields

Name Description
Col

Gets the X coordinate (column in layer grid).

LevelOfDetail

Gets the level of detail.

Row

Gets the Y coordinate (row in layer grid).

Methods

Name Description
Equals(object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToQuadKey()

Calculates the quad key (unique identifier) for the provided x, y, and level of detail values.

ToWorldPos()

Gets the tile's center latitude and longitude.

Operators

Name Description
operator ==(MapTileKey, MapTileKey)

Equality operator implementation.

operator !=(MapTileKey, MapTileKey)

Inequality operator implementation.

Extension Methods