Class Location.Builder
java.lang.Object
com.yoti.api.client.docs.session.instructions.branch.Location.Builder
- Enclosing class:
- Location
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withLatitude(double latitude) Sets the latitude of the location, in decimal degrees (e.g.withLongitude(double longitude) Sets the longitude of the location, in decimal degrees (e.g.
-
Method Details
-
withLatitude
Sets the latitude of the location, in decimal degrees (e.g. -40.3992)- Parameters:
latitude- the latitude- Returns:
- the builder
-
withLongitude
Sets the longitude of the location, in decimal degrees (e.g. 20.4821)- Parameters:
longitude- the longitude- Returns:
- the builder
-
build
-