Package org.robovm.apple.mapkit
Class MKTileOverlayPath
- All Implemented Interfaces:
Iterable<MKTileOverlayPath>
public class MKTileOverlayPath extends Struct<MKTileOverlayPath>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMKTileOverlayPath.MKTileOverlayPathPtr -
Constructor Summary
Constructors Constructor Description MKTileOverlayPath()MKTileOverlayPath(long x, long y, long z, double contentScaleFactor) -
Method Summary
Modifier and Type Method Description doublegetContentScaleFactor()longgetX()longgetY()longgetZ()MKTileOverlayPathsetContentScaleFactor(double contentScaleFactor)MKTileOverlayPathsetX(long x)MKTileOverlayPathsetY(long y)MKTileOverlayPathsetZ(long z)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MKTileOverlayPath
public MKTileOverlayPath() -
MKTileOverlayPath
public MKTileOverlayPath(long x, long y, long z, double contentScaleFactor)
-
-
Method Details
-
getX
public long getX() -
setX
-
getY
public long getY() -
setY
-
getZ
public long getZ() -
setZ
-
getContentScaleFactor
public double getContentScaleFactor() -
setContentScaleFactor
-