public interface TransitVehicleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIconUri()
The URI for an icon associated with this vehicle type.
|
com.google.protobuf.ByteString |
getIconUriBytes()
The URI for an icon associated with this vehicle type.
|
String |
getLocalIconUri()
The URI for the icon associated with this vehicle type, based on the local
transport signage.
|
com.google.protobuf.ByteString |
getLocalIconUriBytes()
The URI for the icon associated with this vehicle type, based on the local
transport signage.
|
com.google.type.LocalizedText |
getName()
The name of this vehicle, capitalized.
|
com.google.type.LocalizedTextOrBuilder |
getNameOrBuilder()
The name of this vehicle, capitalized.
|
TransitVehicle.TransitVehicleType |
getType()
The type of vehicle used.
|
int |
getTypeValue()
The type of vehicle used.
|
boolean |
hasName()
The name of this vehicle, capitalized.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
The name of this vehicle, capitalized.
.google.type.LocalizedText name = 1;com.google.type.LocalizedText getName()
The name of this vehicle, capitalized.
.google.type.LocalizedText name = 1;com.google.type.LocalizedTextOrBuilder getNameOrBuilder()
The name of this vehicle, capitalized.
.google.type.LocalizedText name = 1;int getTypeValue()
The type of vehicle used.
.google.maps.routing.v2.TransitVehicle.TransitVehicleType type = 2;TransitVehicle.TransitVehicleType getType()
The type of vehicle used.
.google.maps.routing.v2.TransitVehicle.TransitVehicleType type = 2;String getIconUri()
The URI for an icon associated with this vehicle type.
string icon_uri = 3;com.google.protobuf.ByteString getIconUriBytes()
The URI for an icon associated with this vehicle type.
string icon_uri = 3;String getLocalIconUri()
The URI for the icon associated with this vehicle type, based on the local transport signage.
string local_icon_uri = 4;com.google.protobuf.ByteString getLocalIconUriBytes()
The URI for the icon associated with this vehicle type, based on the local transport signage.
string local_icon_uri = 4;Copyright © 2025 Google LLC. All rights reserved.