Package apple.mapkit.struct
Class MKTileOverlayPath
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.mapkit.struct.MKTileOverlayPath
-
public final class MKTileOverlayPath extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MKTileOverlayPath()MKTileOverlayPath(long x, long y, long z, double contentScaleFactor)protectedMKTileOverlayPath(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecontentScaleFactor()The screen scale that the tile will be shown on.voidsetContentScaleFactor(double value)The screen scale that the tile will be shown on.voidsetX(long value)voidsetY(long value)voidsetZ(long value)longx()longy()longz()
-
-
-
Method Detail
-
x
public long x()
-
setX
public void setX(long value)
-
y
public long y()
-
setY
public void setY(long value)
-
z
public long z()
-
setZ
public void setZ(long value)
-
contentScaleFactor
public double contentScaleFactor()
The screen scale that the tile will be shown on. Either 1.0 or 2.0.
-
setContentScaleFactor
public void setContentScaleFactor(double value)
The screen scale that the tile will be shown on. Either 1.0 or 2.0.
-
-