Uses of Class
com.google.maps.routing.v2.TransitLine
-
Packages that use TransitLine Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of TransitLine in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return TransitLine Modifier and Type Method Description TransitLine
TransitLine.Builder. build()
TransitLine
TransitLine.Builder. buildPartial()
static TransitLine
TransitLine. getDefaultInstance()
TransitLine
TransitLine.Builder. getDefaultInstanceForType()
TransitLine
TransitLine. getDefaultInstanceForType()
TransitLine
RouteLegStepTransitDetails.Builder. getTransitLine()
Information about the transit line used in this step.TransitLine
RouteLegStepTransitDetails. getTransitLine()
Information about the transit line used in this step.TransitLine
RouteLegStepTransitDetailsOrBuilder. getTransitLine()
Information about the transit line used in this step.static TransitLine
TransitLine. parseDelimitedFrom(InputStream input)
static TransitLine
TransitLine. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitLine
TransitLine. parseFrom(byte[] data)
static TransitLine
TransitLine. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitLine
TransitLine. parseFrom(com.google.protobuf.ByteString data)
static TransitLine
TransitLine. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitLine
TransitLine. parseFrom(com.google.protobuf.CodedInputStream input)
static TransitLine
TransitLine. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitLine
TransitLine. parseFrom(InputStream input)
static TransitLine
TransitLine. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitLine
TransitLine. parseFrom(ByteBuffer data)
static TransitLine
TransitLine. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.routing.v2 that return types with arguments of type TransitLine Modifier and Type Method Description com.google.protobuf.Parser<TransitLine>
TransitLine. getParserForType()
static com.google.protobuf.Parser<TransitLine>
TransitLine. parser()
Methods in com.google.maps.routing.v2 with parameters of type TransitLine Modifier and Type Method Description TransitLine.Builder
TransitLine.Builder. mergeFrom(TransitLine other)
RouteLegStepTransitDetails.Builder
RouteLegStepTransitDetails.Builder. mergeTransitLine(TransitLine value)
Information about the transit line used in this step.static TransitLine.Builder
TransitLine. newBuilder(TransitLine prototype)
RouteLegStepTransitDetails.Builder
RouteLegStepTransitDetails.Builder. setTransitLine(TransitLine value)
Information about the transit line used in this step.
-