Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tile (Tile (Bounds (LeftBottom (LeftBottom.WGS84), LeftTop (LeftTop.WGS84)…
Tile
Tile
Bounds
LeftBottom
LeftBottom.WGS84
LeftTop
LeftTop.WGS84
RightBottom
RightBottom.WGS84
RightTop
RightTop.WGS84
Coordinates
LambertCoordinates : Coordinates
X
Y
SphericalCoordinates : Coordinates
Latitude
Longitude
MercatorCoordinates : Coordinates
X
Y
public int X;
public int Y;
public string URL;
public const int Zoom = 19;