Uses of Class
org.robovm.apple.corelocation.CLLocationSourceInformation
| Package | Description |
|---|---|
| org.robovm.apple.corelocation |
-
Uses of CLLocationSourceInformation in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLLocationSourceInformation Modifier and Type Method Description CLLocationSourceInformationCLLocation. getSourceInformation()Methods in org.robovm.apple.corelocation with parameters of type CLLocationSourceInformation Modifier and Type Method Description protected longCLLocation. init(CLLocationCoordinate2D coordinate, double altitude, double hAccuracy, double vAccuracy, double course, double courseAccuracy, double speed, double speedAccuracy, NSDate timestamp, CLLocationSourceInformation sourceInfo)Constructors in org.robovm.apple.corelocation with parameters of type CLLocationSourceInformation Constructor Description CLLocation(CLLocationCoordinate2D coordinate, double altitude, double hAccuracy, double vAccuracy, double course, double courseAccuracy, double speed, double speedAccuracy, NSDate timestamp, CLLocationSourceInformation sourceInfo)