Package com.google.maps.routing.v2
Interface RouteMatrixDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteMatrixDestination,RouteMatrixDestination.Builder
public interface RouteMatrixDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaypointgetWaypoint()Required.WaypointOrBuildergetWaypointOrBuilder()Required.booleanhasWaypoint()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWaypoint
boolean hasWaypoint()
Required. Destination waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the waypoint field is set.
-
getWaypoint
Waypoint getWaypoint()
Required. Destination waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The waypoint.
-
getWaypointOrBuilder
WaypointOrBuilder getWaypointOrBuilder()
Required. Destination waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
-
-