public static class GeolocationCommonState.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GeolocationCommonState |
build() |
GeolocationCommonState.Builder |
withAltitude(Altitude altitude) |
GeolocationCommonState.Builder |
withCoordinate(Coordinate coordinate) |
GeolocationCommonState.Builder |
withHeading(Heading heading) |
GeolocationCommonState.Builder |
withSpeed(Speed speed) |
GeolocationCommonState.Builder |
withTimestamp(String timestamp) |
public GeolocationCommonState.Builder withTimestamp(String timestamp)
public GeolocationCommonState.Builder withCoordinate(Coordinate coordinate)
public GeolocationCommonState.Builder withAltitude(Altitude altitude)
public GeolocationCommonState.Builder withHeading(Heading heading)
public GeolocationCommonState.Builder withSpeed(Speed speed)
public GeolocationCommonState build()
Copyright © 2023. All rights reserved.