Package apple.mapkit.struct
Class MKMapPoint
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.mapkit.struct.MKMapPoint
-
public final class MKMapPoint extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MKMapPoint()MKMapPoint(double x, double y)protectedMKMapPoint(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(double value)voidsetY(double value)doublex()doubley()
-