C# Class Monobjc.MapKit.MKTileOverlayPath64

Exibir arquivo Open project: Monobjc/monobjc

Public Properties

Property Type Description
x long
y long
z long

Public Methods

Method Description
MKTileOverlayPath64 ( long x, long y, long z ) : System

Initializes a new instance of the Monobjc.MapKit.MKTileOverlayPath64 struct.

Method Details

MKTileOverlayPath64() public method

Initializes a new instance of the Monobjc.MapKit.MKTileOverlayPath64 struct.
public MKTileOverlayPath64 ( long x, long y, long z ) : System
x long
y long
z long
return System

Property Details

x public_oe property

The index of the tile along the x axis of the map.
public long x
return long

y public_oe property

The index of the tile along the y axis of the map.
public long y
return long

z public_oe property

The zoom level number for the tile. At level 0, the map displays the entire world; at level 1, the map displays 1/4 of the world; at level 2, the map displays 1/16 of the world, and so on.
public long z
return long