-
-
Methods in org.robovm.apple.corelocation with parameters of type CLLocationCoordinate2D
| Modifier and Type |
Method |
Description |
boolean |
CLRegion.containsCoordinate(CLLocationCoordinate2D coordinate) |
Deprecated.
|
protected long |
CLCircularRegion.init(CLLocationCoordinate2D center,
double radius,
String identifier) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp,
CLLocationSourceInformation sourceInfo) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double speed,
NSDate timestamp) |
|
protected long |
CLLocation.init(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
NSDate timestamp) |
|
protected long |
CLRegion.init(CLLocationCoordinate2D center,
double radius,
String identifier) |
Deprecated.
|
Constructors in org.robovm.apple.corelocation with parameters of type CLLocationCoordinate2D
| Constructor |
Description |
CLBeaconRegion(CLLocationCoordinate2D center,
double radius,
String identifier) |
Deprecated.
|
CLCircularRegion(CLLocationCoordinate2D center,
double radius,
String identifier) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double courseAccuracy,
double speed,
double speedAccuracy,
NSDate timestamp,
CLLocationSourceInformation sourceInfo) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
double course,
double speed,
NSDate timestamp) |
|
CLLocation(CLLocationCoordinate2D coordinate,
double altitude,
double hAccuracy,
double vAccuracy,
NSDate timestamp) |
|
CLRegion(CLLocationCoordinate2D center,
double radius,
String identifier) |
Deprecated.
|
-
-
Methods in org.robovm.apple.mapkit with parameters of type CLLocationCoordinate2D
| Modifier and Type |
Method |
Description |
CGPoint |
MKMapSnapshot.convertCoordinateToPoint(CLLocationCoordinate2D coordinate) |
|
CGPoint |
MKMapView.convertCoordinateToPointToView(CLLocationCoordinate2D coordinate,
UIView view) |
|
protected static long |
MKCircle.create(CLLocationCoordinate2D coord,
double radius) |
|
protected static long |
MKMapCamera.create(CLLocationCoordinate2D centerCoordinate,
double distance,
double pitch,
double heading) |
|
protected static long |
MKMapCamera.create(CLLocationCoordinate2D centerCoordinate,
CLLocationCoordinate2D eyeCoordinate,
double eyeAltitude) |
|
static NSValue |
NSValueExtensions.create(CLLocationCoordinate2D coordinate) |
|
protected static NSValue |
NSValueExtensions.create(ObjCClass clazz,
CLLocationCoordinate2D coordinate) |
|
protected void |
MKMultiPoint.getCoordinates0(CLLocationCoordinate2D coords,
NSRange range) |
|
protected long |
MKLocalPointsOfInterestRequest.init(CLLocationCoordinate2D coordinate,
double radius) |
|
protected long |
MKPlacemark.init(CLLocationCoordinate2D coordinate) |
|
protected long |
MKPlacemark.init(CLLocationCoordinate2D coordinate,
ABPersonAddress addressDictionary) |
|
protected long |
MKPlacemark.init(CLLocationCoordinate2D coordinate,
CNPostalAddress postalAddress) |
|
protected long |
MKPointAnnotation.init(CLLocationCoordinate2D coordinate) |
|
protected long |
MKPointAnnotation.init(CLLocationCoordinate2D coordinate,
String title,
String subtitle) |
|
MKCoordinateRegion |
MKCoordinateRegion.setCenter(CLLocationCoordinate2D center) |
|
void |
MKMapCamera.setCenterCoordinate(CLLocationCoordinate2D v) |
|
void |
MKMapView.setCenterCoordinate(CLLocationCoordinate2D v) |
|
void |
MKMapView.setCenterCoordinate(CLLocationCoordinate2D coordinate,
boolean animated) |
|
void |
MKAnnotation.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKAnnotationAdapter.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKClusterAnnotation.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKPlacemark.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKPointAnnotation.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKShape.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKTileOverlay.setCoordinate(CLLocationCoordinate2D v) |
|
void |
MKUserLocation.setCoordinate(CLLocationCoordinate2D v) |
|
MKLaunchOptions |
MKLaunchOptions.setMapCenter(CLLocationCoordinate2D mapCenter) |
|
Constructors in org.robovm.apple.mapkit with parameters of type CLLocationCoordinate2D
| Constructor |
Description |
MKCircle(CLLocationCoordinate2D coord,
double radius) |
|
MKCoordinateRegion(CLLocationCoordinate2D centerCoordinate,
double latitudinalMeters,
double longitudinalMeters) |
|
MKCoordinateRegion(CLLocationCoordinate2D center,
MKCoordinateSpan span) |
|
MKGeodesicPolyline(CLLocationCoordinate2D[] coords) |
|
MKLocalPointsOfInterestRequest(CLLocationCoordinate2D coordinate,
double radius) |
|
MKMapCamera(CLLocationCoordinate2D centerCoordinate,
double distance,
double pitch,
double heading) |
|
MKMapCamera(CLLocationCoordinate2D centerCoordinate,
CLLocationCoordinate2D eyeCoordinate,
double eyeAltitude) |
|
MKMapPoint(CLLocationCoordinate2D coordinate) |
|
MKPlacemark(CLLocationCoordinate2D coordinate) |
|
MKPlacemark(CLLocationCoordinate2D coordinate,
ABPersonAddress addressDictionary) |
|
MKPlacemark(CLLocationCoordinate2D coordinate,
CNPostalAddress postalAddress) |
|
MKPointAnnotation(CLLocationCoordinate2D coordinate) |
|
MKPointAnnotation(CLLocationCoordinate2D coordinate,
String title,
String subtitle) |
|
MKPolygon(CLLocationCoordinate2D[] coords) |
|
MKPolygon(CLLocationCoordinate2D[] coords,
NSArray<MKPolygon> interiorPolygons) |
|
MKPolyline(CLLocationCoordinate2D[] coords) |
|
-