Package org.robovm.apple.corelocation
Class CLLocationCoordinate2D
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<CLLocationCoordinate2D>
org.robovm.apple.corelocation.CLLocationCoordinate2D
- All Implemented Interfaces:
Iterable<CLLocationCoordinate2D>
public class CLLocationCoordinate2D extends Struct<CLLocationCoordinate2D>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCLLocationCoordinate2D.CLLocationCoordinate2DPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CLLocationCoordinate2D()CLLocationCoordinate2D(double latitude, double longitude) -
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()static CLLocationCoordinate2DInvalid()CLLocationCoordinate2DsetLatitude(double latitude)CLLocationCoordinate2DsetLongitude(double longitude)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CLLocationCoordinate2D
public CLLocationCoordinate2D() -
CLLocationCoordinate2D
public CLLocationCoordinate2D(double latitude, double longitude)
-
-
Method Details
-
getLatitude
public double getLatitude() -
setLatitude
-
getLongitude
public double getLongitude() -
setLongitude
-
Invalid
-