MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapTileKey Structure / MapTileKey Constructor
X coordinate (column in layer grid).
Y coordinate (row in layer grid).
Level of detail.

In This Topic
MapTileKey Constructor
In This Topic
Initializes a new instance of the MapTileKey struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal col As Integer, _
   ByVal row As Integer, _
   ByVal levelOfDetail As Integer _
)
 

Parameters

col
X coordinate (column in layer grid).
row
Y coordinate (row in layer grid).
levelOfDetail
Level of detail.
See Also