public interface TransitStopOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation()
The location of the stop expressed in latitude/longitude coordinates.
|
LocationOrBuilder |
getLocationOrBuilder()
The location of the stop expressed in latitude/longitude coordinates.
|
String |
getName()
The name of the transit stop.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the transit stop.
|
boolean |
hasLocation()
The location of the stop expressed in latitude/longitude coordinates.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the transit stop.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the transit stop.
string name = 1;boolean hasLocation()
The location of the stop expressed in latitude/longitude coordinates.
.google.maps.routing.v2.Location location = 2;Location getLocation()
The location of the stop expressed in latitude/longitude coordinates.
.google.maps.routing.v2.Location location = 2;LocationOrBuilder getLocationOrBuilder()
The location of the stop expressed in latitude/longitude coordinates.
.google.maps.routing.v2.Location location = 2;Copyright © 2025 Google LLC. All rights reserved.