Uses of Class
org.robovm.apple.corelocation.CLDeviceOrientation
| Package | Description |
|---|---|
| org.robovm.apple.corelocation |
-
Uses of CLDeviceOrientation in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLDeviceOrientation Modifier and Type Method Description CLDeviceOrientationCLLocationManager. getHeadingOrientation()static CLDeviceOrientationCLDeviceOrientation. valueOf(long n)Returns the enum constant of this type with the specified name.static CLDeviceOrientationCLDeviceOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static CLDeviceOrientation[]CLDeviceOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corelocation with parameters of type CLDeviceOrientation Modifier and Type Method Description voidCLLocationManager. setHeadingOrientation(CLDeviceOrientation v)