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 RouteLegRouteLeg.Builder. build()RouteLegRouteLeg.Builder. buildPartial()static RouteLegRouteLeg. getDefaultInstance()RouteLegRouteLeg.Builder. getDefaultInstanceForType()RouteLegRouteLeg. getDefaultInstanceForType()RouteLegRoute.Builder. getLegs(int index)A collection of legs (path segments between waypoints) that make up the route.RouteLegRoute. getLegs(int index)A collection of legs (path segments between waypoints) that make up the route.RouteLegRouteOrBuilder. getLegs(int index)A collection of legs (path segments between waypoints) that make up the route.static RouteLegRouteLeg. parseDelimitedFrom(InputStream input)static RouteLegRouteLeg. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegRouteLeg. parseFrom(byte[] data)static RouteLegRouteLeg. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegRouteLeg. parseFrom(com.google.protobuf.ByteString data)static RouteLegRouteLeg. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegRouteLeg. parseFrom(com.google.protobuf.CodedInputStream input)static RouteLegRouteLeg. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegRouteLeg. parseFrom(InputStream input)static RouteLegRouteLeg. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegRouteLeg. parseFrom(ByteBuffer data)static RouteLegRouteLeg. 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.BuilderRoute.Builder. addLegs(int index, RouteLeg value)A collection of legs (path segments between waypoints) that make up the route.Route.BuilderRoute.Builder. addLegs(RouteLeg value)A collection of legs (path segments between waypoints) that make up the route.RouteLeg.BuilderRouteLeg.Builder. mergeFrom(RouteLeg other)static RouteLeg.BuilderRouteLeg. newBuilder(RouteLeg prototype)Route.BuilderRoute.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.BuilderRoute.Builder. addAllLegs(Iterable<? extends RouteLeg> values)A collection of legs (path segments between waypoints) that make up the route.
-