public final class MKMapPoint
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MKMapPoint() |
|
MKMapPoint(double x,
double y) |
protected |
MKMapPoint(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(double value) |
void |
setY(double value) |
double |
x() |
double |
y() |