C# Класс Monobjc.MapKit.MKTileOverlayPath64

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
x long
y long
z long

Открытые методы

Метод Описание
MKTileOverlayPath64 ( long x, long y, long z ) : System

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

Описание методов

MKTileOverlayPath64() публичный Метод

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
Результат System

Описание свойств

x публичное свойство

The index of the tile along the x axis of the map.
public long x
Результат long

y публичное свойство

The index of the tile along the y axis of the map.
public long y
Результат long

z публичное свойство

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
Результат long