Location
A location data object. This object contains a location data, including its position point, velocity, accuracy, course etc.
Constructors
Link copied to clipboard
fun Location( timestamp: Instant?, position: Point, horizontalAccuracy: Double, verticalAccuracy: Double, speed: Double, course: Double, lastKnown: Boolean, additionalSourceProperties: Map<String, Any>)
Content copied to clipboard
Creates a location object with timestamp and additional source properties. A Location can be created from a variety of sources and using different technologies. By supplying Location.getAdditionalSourceProperties() you can allow users of this Location to find out how the data was captured.
Types
Link copied to clipboard
A collection of well-known constants for keys and values in additionalSourceProperties