public static final class DeviceGeoLocation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceGeoLocation.Builder |
altitude(Double altitude)
“Altitude, given in meters above sea level”
|
DeviceGeoLocation |
build() |
DeviceGeoLocation.Builder |
heading(Double heading)
“Heading in degrees from true north”
|
DeviceGeoLocation.Builder |
horizontalAccuracy(Double horizontalAccuracy)
“Accuracy of longitude and latitude in meters”
|
DeviceGeoLocation.Builder |
lastCollectedDateTime(OffsetDateTime lastCollectedDateTime)
“Time at which location was recorded, relative to UTC”
|
DeviceGeoLocation.Builder |
lastCollectedDateTimeUtc(OffsetDateTime lastCollectedDateTimeUtc)
“Time at which location was recorded, relative to UTC”
|
DeviceGeoLocation.Builder |
latitude(Double latitude)
“Latitude coordinate of the device's location”
|
DeviceGeoLocation.Builder |
longitude(Double longitude)
“Longitude coordinate of the device's location”
|
DeviceGeoLocation.Builder |
speed(Double speed)
“Speed the device is traveling in meters per second”
|
DeviceGeoLocation.Builder |
verticalAccuracy(Double verticalAccuracy)
“Accuracy of altitude in meters”
|
public DeviceGeoLocation.Builder lastCollectedDateTimeUtc(OffsetDateTime lastCollectedDateTimeUtc)
lastCollectedDateTimeUtc - value of lastCollectedDateTimeUtc property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder lastCollectedDateTime(OffsetDateTime lastCollectedDateTime)
lastCollectedDateTime - value of lastCollectedDateTime property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder longitude(Double longitude)
longitude - value of longitude property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder latitude(Double latitude)
latitude - value of latitude property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder altitude(Double altitude)
altitude - value of altitude property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder horizontalAccuracy(Double horizontalAccuracy)
horizontalAccuracy - value of horizontalAccuracy property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder verticalAccuracy(Double verticalAccuracy)
verticalAccuracy - value of verticalAccuracy property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder heading(Double heading)
heading - value of heading property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation.Builder speed(Double speed)
speed - value of speed property (as defined in service metadata)this (for method chaining)public DeviceGeoLocation build()
Copyright © 2018–2020. All rights reserved.