public final class CLLocationCoordinate2D
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CLLocationCoordinate2D() |
|
CLLocationCoordinate2D(double latitude,
double longitude) |
protected |
CLLocationCoordinate2D(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
latitude() |
double |
longitude() |
void |
setLatitude(double value) |
void |
setLongitude(double value) |