Uses of Class
com.google.maps.routing.v2.RouteLeg
-
Packages that use RouteLeg Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteLeg in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RouteLeg Modifier and Type Method Description RouteLeg
RouteLeg.Builder. build()
RouteLeg
RouteLeg.Builder. buildPartial()
static RouteLeg
RouteLeg. getDefaultInstance()
RouteLeg
RouteLeg.Builder. getDefaultInstanceForType()
RouteLeg
RouteLeg. getDefaultInstanceForType()
RouteLeg
Route.Builder. getLegs(int index)
A collection of legs (path segments between waypoints) that make up the route.RouteLeg
Route. getLegs(int index)
A collection of legs (path segments between waypoints) that make up the route.RouteLeg
RouteOrBuilder. getLegs(int index)
A collection of legs (path segments between waypoints) that make up the route.static RouteLeg
RouteLeg. parseDelimitedFrom(InputStream input)
static RouteLeg
RouteLeg. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
RouteLeg. parseFrom(byte[] data)
static RouteLeg
RouteLeg. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
RouteLeg. parseFrom(com.google.protobuf.ByteString data)
static RouteLeg
RouteLeg. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
RouteLeg. parseFrom(com.google.protobuf.CodedInputStream input)
static RouteLeg
RouteLeg. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
RouteLeg. parseFrom(InputStream input)
static RouteLeg
RouteLeg. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
RouteLeg. parseFrom(ByteBuffer data)
static RouteLeg
RouteLeg. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.routing.v2 that return types with arguments of type RouteLeg Modifier and Type Method Description List<RouteLeg>
Route.Builder. getLegsList()
A collection of legs (path segments between waypoints) that make up the route.List<RouteLeg>
Route. getLegsList()
A collection of legs (path segments between waypoints) that make up the route.List<RouteLeg>
RouteOrBuilder. getLegsList()
A collection of legs (path segments between waypoints) that make up the route.com.google.protobuf.Parser<RouteLeg>
RouteLeg. getParserForType()
static com.google.protobuf.Parser<RouteLeg>
RouteLeg. parser()
Methods in com.google.maps.routing.v2 with parameters of type RouteLeg Modifier and Type Method Description Route.Builder
Route.Builder. addLegs(int index, RouteLeg value)
A collection of legs (path segments between waypoints) that make up the route.Route.Builder
Route.Builder. addLegs(RouteLeg value)
A collection of legs (path segments between waypoints) that make up the route.RouteLeg.Builder
RouteLeg.Builder. mergeFrom(RouteLeg other)
static RouteLeg.Builder
RouteLeg. newBuilder(RouteLeg prototype)
Route.Builder
Route.Builder. setLegs(int index, RouteLeg value)
A collection of legs (path segments between waypoints) that make up the route.Method parameters in com.google.maps.routing.v2 with type arguments of type RouteLeg Modifier and Type Method Description Route.Builder
Route.Builder. addAllLegs(Iterable<? extends RouteLeg> values)
A collection of legs (path segments between waypoints) that make up the route.
-