DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.altitude(Double altitude) |
“Altitude, given in meters above sea level”
|
static DeviceGeoLocation.Builder |
DeviceGeoLocation.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.heading(Double heading) |
“Heading in degrees from true north”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.horizontalAccuracy(Double horizontalAccuracy) |
“Accuracy of longitude and latitude in meters”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.lastCollectedDateTime(OffsetDateTime lastCollectedDateTime) |
“Time at which location was recorded, relative to UTC”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.lastCollectedDateTimeUtc(OffsetDateTime lastCollectedDateTimeUtc) |
“Time at which location was recorded, relative to UTC”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.latitude(Double latitude) |
“Latitude coordinate of the device's location”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.longitude(Double longitude) |
“Longitude coordinate of the device's location”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.speed(Double speed) |
“Speed the device is traveling in meters per second”
|
DeviceGeoLocation.Builder |
DeviceGeoLocation.Builder.verticalAccuracy(Double verticalAccuracy) |
“Accuracy of altitude in meters”
|