C# 클래스 Monobjc.MapKit.MKTileOverlayPath64

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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