C# Class Monobjc.MapKit.MKTileOverlayPath64

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
x long
y long
z long

Méthodes publiques

Méthode Description
MKTileOverlayPath64 ( long x, long y, long z ) : System

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

Method Details

MKTileOverlayPath64() public méthode

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
Résultat System

Property Details

x public_oe property

The index of the tile along the x axis of the map.
public long x
Résultat long

y public_oe property

The index of the tile along the y axis of the map.
public long y
Résultat 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
Résultat long