Uses of Class
org.robovm.apple.corelocation.CLLocation
-
Uses of CLLocation in org.robovm.apple.assetslibrary
Methods in org.robovm.apple.assetslibrary that return CLLocation Modifier and Type Method Description CLLocationALAsset. getLocation()Deprecated. -
Uses of CLLocation in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CLLocation Modifier and Type Method Description CLLocationCKLocationSortDescriptor. getRelativeLocation()Methods in org.robovm.apple.cloudkit with parameters of type CLLocation Modifier and Type Method Description protected longCKLocationSortDescriptor. init(String key, CLLocation relativeLocation)voidCKRecord. put(String key, CLLocation object)Constructors in org.robovm.apple.cloudkit with parameters of type CLLocation Constructor Description CKLocationSortDescriptor(String key, CLLocation relativeLocation) -
Uses of CLLocation in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLLocation Modifier and Type Method Description CLLocationCLLocationManager. getLocation()CLLocationCLPlacemark. getLocation()Methods in org.robovm.apple.corelocation with parameters of type CLLocation Modifier and Type Method Description doubleCLLocation. getDistanceTo(CLLocation location)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)Method parameters in org.robovm.apple.corelocation with type arguments of type CLLocation Modifier and Type Method Description voidCLLocationManagerDelegate. didUpdateLocations(CLLocationManager manager, NSArray<CLLocation> locations)voidCLLocationManagerDelegateAdapter. didUpdateLocations(CLLocationManager manager, NSArray<CLLocation> locations) -
Uses of CLLocation in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return CLLocation Modifier and Type Method Description CLLocationEKStructuredLocation. getGeoLocation()Methods in org.robovm.apple.eventkit with parameters of type CLLocation Modifier and Type Method Description voidEKStructuredLocation. setGeoLocation(CLLocation v) -
Uses of CLLocation in org.robovm.apple.healthkit
Method parameters in org.robovm.apple.healthkit with type arguments of type CLLocation Modifier and Type Method Description protected longHKWorkoutRouteQuery. init(HKWorkoutRoute workoutRoute, VoidBlock4<HKWorkoutRouteQuery,NSArray<CLLocation>,Boolean,NSError> dataHandler)voidHKWorkoutRouteBuilder. insertRouteData(NSArray<CLLocation> routeData, VoidBlock2<Boolean,NSError> completion)Constructor parameters in org.robovm.apple.healthkit with type arguments of type CLLocation Constructor Description HKWorkoutRouteQuery(HKWorkoutRoute workoutRoute, VoidBlock4<HKWorkoutRouteQuery,NSArray<CLLocation>,Boolean,NSError> dataHandler) -
Uses of CLLocation in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return CLLocation Modifier and Type Method Description CLLocationINRestaurant. getLocation()CLLocationINRideVehicle. getLocation()Methods in org.robovm.apple.intents with parameters of type CLLocation Modifier and Type Method Description static CLPlacemarkCLPlacemarkExtensions. getPlacemark(CLLocation location, String name, CNPostalAddress postalAddress)protected static CLPlacemarkCLPlacemarkExtensions. getPlacemark(ObjCClass clazz, CLLocation location, String name, CNPostalAddress postalAddress)protected longINRestaurant. init(CLLocation location, String name, String vendorIdentifier, String restaurantIdentifier)voidINRestaurant. setLocation(CLLocation v)voidINRideVehicle. setLocation(CLLocation v)Constructors in org.robovm.apple.intents with parameters of type CLLocation Constructor Description INRestaurant(CLLocation location, String name, String vendorIdentifier, String restaurantIdentifier) -
Uses of CLLocation in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return CLLocation Modifier and Type Method Description CLLocationMKUserLocation. getLocation() -
Uses of CLLocation in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return CLLocation Modifier and Type Method Description CLLocationPHAssetCollection. getApproximateLocation()CLLocationPHAsset. getLocation()CLLocationPHAssetChangeRequest. getLocation()CLLocationPHContentEditingInput. getLocation()Methods in org.robovm.apple.photos with parameters of type CLLocation Modifier and Type Method Description voidPHAssetChangeRequest. setLocation(CLLocation v)