Package com.google.maps.routing.v2
Class RouteLegStep
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.maps.routing.v2.RouteLegStep
-
- All Implemented Interfaces:
RouteLegStepOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RouteLegStep extends com.google.protobuf.GeneratedMessageV3 implements RouteLegStepOrBuilder
Contains a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg]. A step corresponds to a single navigation instruction. Route legs are made up of steps.
Protobuf typegoogle.maps.routing.v2.RouteLegStep
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteLegStep.Builder
Contains a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg].static class
RouteLegStep.RouteLegStepLocalizedValues
Text representations of certain properties.static interface
RouteLegStep.RouteLegStepLocalizedValuesOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DISTANCE_METERS_FIELD_NUMBER
static int
END_LOCATION_FIELD_NUMBER
static int
LOCALIZED_VALUES_FIELD_NUMBER
static int
NAVIGATION_INSTRUCTION_FIELD_NUMBER
static int
POLYLINE_FIELD_NUMBER
static int
START_LOCATION_FIELD_NUMBER
static int
STATIC_DURATION_FIELD_NUMBER
static int
TRANSIT_DETAILS_FIELD_NUMBER
static int
TRAVEL_ADVISORY_FIELD_NUMBER
static int
TRAVEL_MODE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static RouteLegStep
getDefaultInstance()
RouteLegStep
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
int
getDistanceMeters()
The travel distance of this step, in meters.Location
getEndLocation()
The end location of this step.LocationOrBuilder
getEndLocationOrBuilder()
The end location of this step.RouteLegStep.RouteLegStepLocalizedValues
getLocalizedValues()
Text representations of properties of the `RouteLegStep`.RouteLegStep.RouteLegStepLocalizedValuesOrBuilder
getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStep`.NavigationInstruction
getNavigationInstruction()
Navigation instructions.NavigationInstructionOrBuilder
getNavigationInstructionOrBuilder()
Navigation instructions.com.google.protobuf.Parser<RouteLegStep>
getParserForType()
Polyline
getPolyline()
The polyline associated with this step.PolylineOrBuilder
getPolylineOrBuilder()
The polyline associated with this step.int
getSerializedSize()
Location
getStartLocation()
The start location of this step.LocationOrBuilder
getStartLocationOrBuilder()
The start location of this step.com.google.protobuf.Duration
getStaticDuration()
The duration of travel through this step without taking traffic conditions into consideration.com.google.protobuf.DurationOrBuilder
getStaticDurationOrBuilder()
The duration of travel through this step without taking traffic conditions into consideration.RouteLegStepTransitDetails
getTransitDetails()
Details pertaining to this step if the travel mode is `TRANSIT`.RouteLegStepTransitDetailsOrBuilder
getTransitDetailsOrBuilder()
Details pertaining to this step if the travel mode is `TRANSIT`.RouteLegStepTravelAdvisory
getTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.RouteLegStepTravelAdvisoryOrBuilder
getTravelAdvisoryOrBuilder()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.RouteTravelMode
getTravelMode()
The travel mode used for this step.int
getTravelModeValue()
The travel mode used for this step.boolean
hasEndLocation()
The end location of this step.int
hashCode()
boolean
hasLocalizedValues()
Text representations of properties of the `RouteLegStep`.boolean
hasNavigationInstruction()
Navigation instructions.boolean
hasPolyline()
The polyline associated with this step.boolean
hasStartLocation()
The start location of this step.boolean
hasStaticDuration()
The duration of travel through this step without taking traffic conditions into consideration.boolean
hasTransitDetails()
Details pertaining to this step if the travel mode is `TRANSIT`.boolean
hasTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RouteLegStep.Builder
newBuilder()
static RouteLegStep.Builder
newBuilder(RouteLegStep prototype)
RouteLegStep.Builder
newBuilderForType()
protected RouteLegStep.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RouteLegStep
parseDelimitedFrom(InputStream input)
static RouteLegStep
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStep
parseFrom(byte[] data)
static RouteLegStep
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStep
parseFrom(com.google.protobuf.ByteString data)
static RouteLegStep
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStep
parseFrom(com.google.protobuf.CodedInputStream input)
static RouteLegStep
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStep
parseFrom(InputStream input)
static RouteLegStep
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStep
parseFrom(ByteBuffer data)
static RouteLegStep
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RouteLegStep>
parser()
RouteLegStep.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DISTANCE_METERS_FIELD_NUMBER
public static final int DISTANCE_METERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATIC_DURATION_FIELD_NUMBER
public static final int STATIC_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POLYLINE_FIELD_NUMBER
public static final int POLYLINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_LOCATION_FIELD_NUMBER
public static final int START_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_LOCATION_FIELD_NUMBER
public static final int END_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAVIGATION_INSTRUCTION_FIELD_NUMBER
public static final int NAVIGATION_INSTRUCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAVEL_ADVISORY_FIELD_NUMBER
public static final int TRAVEL_ADVISORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCALIZED_VALUES_FIELD_NUMBER
public static final int LOCALIZED_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRANSIT_DETAILS_FIELD_NUMBER
public static final int TRANSIT_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAVEL_MODE_FIELD_NUMBER
public static final int TRAVEL_MODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getDistanceMeters
public int getDistanceMeters()
The travel distance of this step, in meters. In some circumstances, this field might not have a value.
int32 distance_meters = 1;
- Specified by:
getDistanceMeters
in interfaceRouteLegStepOrBuilder
- Returns:
- The distanceMeters.
-
hasStaticDuration
public boolean hasStaticDuration()
The duration of travel through this step without taking traffic conditions into consideration. In some circumstances, this field might not have a value.
.google.protobuf.Duration static_duration = 2;
- Specified by:
hasStaticDuration
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the staticDuration field is set.
-
getStaticDuration
public com.google.protobuf.Duration getStaticDuration()
The duration of travel through this step without taking traffic conditions into consideration. In some circumstances, this field might not have a value.
.google.protobuf.Duration static_duration = 2;
- Specified by:
getStaticDuration
in interfaceRouteLegStepOrBuilder
- Returns:
- The staticDuration.
-
getStaticDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getStaticDurationOrBuilder()
The duration of travel through this step without taking traffic conditions into consideration. In some circumstances, this field might not have a value.
.google.protobuf.Duration static_duration = 2;
- Specified by:
getStaticDurationOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasPolyline
public boolean hasPolyline()
The polyline associated with this step.
.google.maps.routing.v2.Polyline polyline = 3;
- Specified by:
hasPolyline
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the polyline field is set.
-
getPolyline
public Polyline getPolyline()
The polyline associated with this step.
.google.maps.routing.v2.Polyline polyline = 3;
- Specified by:
getPolyline
in interfaceRouteLegStepOrBuilder
- Returns:
- The polyline.
-
getPolylineOrBuilder
public PolylineOrBuilder getPolylineOrBuilder()
The polyline associated with this step.
.google.maps.routing.v2.Polyline polyline = 3;
- Specified by:
getPolylineOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasStartLocation
public boolean hasStartLocation()
The start location of this step.
.google.maps.routing.v2.Location start_location = 4;
- Specified by:
hasStartLocation
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the startLocation field is set.
-
getStartLocation
public Location getStartLocation()
The start location of this step.
.google.maps.routing.v2.Location start_location = 4;
- Specified by:
getStartLocation
in interfaceRouteLegStepOrBuilder
- Returns:
- The startLocation.
-
getStartLocationOrBuilder
public LocationOrBuilder getStartLocationOrBuilder()
The start location of this step.
.google.maps.routing.v2.Location start_location = 4;
- Specified by:
getStartLocationOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasEndLocation
public boolean hasEndLocation()
The end location of this step.
.google.maps.routing.v2.Location end_location = 5;
- Specified by:
hasEndLocation
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the endLocation field is set.
-
getEndLocation
public Location getEndLocation()
The end location of this step.
.google.maps.routing.v2.Location end_location = 5;
- Specified by:
getEndLocation
in interfaceRouteLegStepOrBuilder
- Returns:
- The endLocation.
-
getEndLocationOrBuilder
public LocationOrBuilder getEndLocationOrBuilder()
The end location of this step.
.google.maps.routing.v2.Location end_location = 5;
- Specified by:
getEndLocationOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasNavigationInstruction
public boolean hasNavigationInstruction()
Navigation instructions.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 6;
- Specified by:
hasNavigationInstruction
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the navigationInstruction field is set.
-
getNavigationInstruction
public NavigationInstruction getNavigationInstruction()
Navigation instructions.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 6;
- Specified by:
getNavigationInstruction
in interfaceRouteLegStepOrBuilder
- Returns:
- The navigationInstruction.
-
getNavigationInstructionOrBuilder
public NavigationInstructionOrBuilder getNavigationInstructionOrBuilder()
Navigation instructions.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 6;
- Specified by:
getNavigationInstructionOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasTravelAdvisory
public boolean hasTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.
.google.maps.routing.v2.RouteLegStepTravelAdvisory travel_advisory = 7;
- Specified by:
hasTravelAdvisory
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the travelAdvisory field is set.
-
getTravelAdvisory
public RouteLegStepTravelAdvisory getTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.
.google.maps.routing.v2.RouteLegStepTravelAdvisory travel_advisory = 7;
- Specified by:
getTravelAdvisory
in interfaceRouteLegStepOrBuilder
- Returns:
- The travelAdvisory.
-
getTravelAdvisoryOrBuilder
public RouteLegStepTravelAdvisoryOrBuilder getTravelAdvisoryOrBuilder()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a leg step.
.google.maps.routing.v2.RouteLegStepTravelAdvisory travel_advisory = 7;
- Specified by:
getTravelAdvisoryOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasLocalizedValues
public boolean hasLocalizedValues()
Text representations of properties of the `RouteLegStep`.
.google.maps.routing.v2.RouteLegStep.RouteLegStepLocalizedValues localized_values = 8;
- Specified by:
hasLocalizedValues
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the localizedValues field is set.
-
getLocalizedValues
public RouteLegStep.RouteLegStepLocalizedValues getLocalizedValues()
Text representations of properties of the `RouteLegStep`.
.google.maps.routing.v2.RouteLegStep.RouteLegStepLocalizedValues localized_values = 8;
- Specified by:
getLocalizedValues
in interfaceRouteLegStepOrBuilder
- Returns:
- The localizedValues.
-
getLocalizedValuesOrBuilder
public RouteLegStep.RouteLegStepLocalizedValuesOrBuilder getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStep`.
.google.maps.routing.v2.RouteLegStep.RouteLegStepLocalizedValues localized_values = 8;
- Specified by:
getLocalizedValuesOrBuilder
in interfaceRouteLegStepOrBuilder
-
hasTransitDetails
public boolean hasTransitDetails()
Details pertaining to this step if the travel mode is `TRANSIT`.
.google.maps.routing.v2.RouteLegStepTransitDetails transit_details = 9;
- Specified by:
hasTransitDetails
in interfaceRouteLegStepOrBuilder
- Returns:
- Whether the transitDetails field is set.
-
getTransitDetails
public RouteLegStepTransitDetails getTransitDetails()
Details pertaining to this step if the travel mode is `TRANSIT`.
.google.maps.routing.v2.RouteLegStepTransitDetails transit_details = 9;
- Specified by:
getTransitDetails
in interfaceRouteLegStepOrBuilder
- Returns:
- The transitDetails.
-
getTransitDetailsOrBuilder
public RouteLegStepTransitDetailsOrBuilder getTransitDetailsOrBuilder()
Details pertaining to this step if the travel mode is `TRANSIT`.
.google.maps.routing.v2.RouteLegStepTransitDetails transit_details = 9;
- Specified by:
getTransitDetailsOrBuilder
in interfaceRouteLegStepOrBuilder
-
getTravelModeValue
public int getTravelModeValue()
The travel mode used for this step.
.google.maps.routing.v2.RouteTravelMode travel_mode = 10;
- Specified by:
getTravelModeValue
in interfaceRouteLegStepOrBuilder
- Returns:
- The enum numeric value on the wire for travelMode.
-
getTravelMode
public RouteTravelMode getTravelMode()
The travel mode used for this step.
.google.maps.routing.v2.RouteTravelMode travel_mode = 10;
- Specified by:
getTravelMode
in interfaceRouteLegStepOrBuilder
- Returns:
- The travelMode.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RouteLegStep parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStep parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStep parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLegStep parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLegStep parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStep parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStep parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteLegStep.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteLegStep.Builder newBuilder()
-
newBuilder
public static RouteLegStep.Builder newBuilder(RouteLegStep prototype)
-
toBuilder
public RouteLegStep.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteLegStep.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteLegStep getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteLegStep> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteLegStep> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteLegStep getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-