- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.14
- 0.1.2
public interface WaypointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocation()
public abstract Location getLocation()
A point specified using geographic coordinates, including an optional heading.
.google.cloud.optimization.v1.Location location = 1;
Type | Description |
Location | The location. |
getLocationOrBuilder()
public abstract LocationOrBuilder getLocationOrBuilder()
A point specified using geographic coordinates, including an optional heading.
.google.cloud.optimization.v1.Location location = 1;
Type | Description |
LocationOrBuilder |
getLocationTypeCase()
public abstract Waypoint.LocationTypeCase getLocationTypeCase()
Type | Description |
Waypoint.LocationTypeCase |
getPlaceId()
public abstract String getPlaceId()
The POI Place ID associated with the waypoint.
string place_id = 2;
Type | Description |
String | The placeId. |
getPlaceIdBytes()
public abstract ByteString getPlaceIdBytes()
The POI Place ID associated with the waypoint.
string place_id = 2;
Type | Description |
ByteString | The bytes for placeId. |
getSideOfRoad()
public abstract boolean getSideOfRoad()
Indicates that the location of this waypoint is meant to have a preference for the vehicle to stop at a particular side of road. When you set this value, the route will pass through the location so that the vehicle can stop at the side of road that the location is biased towards from the center of the road. This option works only for the 'DRIVING' travel mode, and when the 'location_type' is set to 'location'.
bool side_of_road = 3;
Type | Description |
boolean | The sideOfRoad. |
hasLocation()
public abstract boolean hasLocation()
A point specified using geographic coordinates, including an optional heading.
.google.cloud.optimization.v1.Location location = 1;
Type | Description |
boolean | Whether the location field is set. |
hasPlaceId()
public abstract boolean hasPlaceId()
The POI Place ID associated with the waypoint.
string place_id = 2;
Type | Description |
boolean | Whether the placeId field is set. |