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