Uses of Class
com.google.maps.routing.v2.RouteLegStep
-
Packages that use RouteLegStep Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteLegStep in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RouteLegStep Modifier and Type Method Description RouteLegStepRouteLegStep.Builder. build()RouteLegStepRouteLegStep.Builder. buildPartial()static RouteLegStepRouteLegStep. getDefaultInstance()RouteLegStepRouteLegStep.Builder. getDefaultInstanceForType()RouteLegStepRouteLegStep. getDefaultInstanceForType()RouteLegStepRouteLeg.Builder. getSteps(int index)An array of steps denoting segments within this leg.RouteLegStepRouteLeg. getSteps(int index)An array of steps denoting segments within this leg.RouteLegStepRouteLegOrBuilder. getSteps(int index)An array of steps denoting segments within this leg.static RouteLegStepRouteLegStep. parseDelimitedFrom(InputStream input)static RouteLegStepRouteLegStep. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegStepRouteLegStep. parseFrom(byte[] data)static RouteLegStepRouteLegStep. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegStepRouteLegStep. parseFrom(com.google.protobuf.ByteString data)static RouteLegStepRouteLegStep. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegStepRouteLegStep. parseFrom(com.google.protobuf.CodedInputStream input)static RouteLegStepRouteLegStep. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegStepRouteLegStep. parseFrom(InputStream input)static RouteLegStepRouteLegStep. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteLegStepRouteLegStep. parseFrom(ByteBuffer data)static RouteLegStepRouteLegStep. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type RouteLegStep Modifier and Type Method Description com.google.protobuf.Parser<RouteLegStep>RouteLegStep. getParserForType()List<RouteLegStep>RouteLeg.Builder. getStepsList()An array of steps denoting segments within this leg.List<RouteLegStep>RouteLeg. getStepsList()An array of steps denoting segments within this leg.List<RouteLegStep>RouteLegOrBuilder. getStepsList()An array of steps denoting segments within this leg.static com.google.protobuf.Parser<RouteLegStep>RouteLegStep. parser()Methods in com.google.maps.routing.v2 with parameters of type RouteLegStep Modifier and Type Method Description RouteLeg.BuilderRouteLeg.Builder. addSteps(int index, RouteLegStep value)An array of steps denoting segments within this leg.RouteLeg.BuilderRouteLeg.Builder. addSteps(RouteLegStep value)An array of steps denoting segments within this leg.RouteLegStep.BuilderRouteLegStep.Builder. mergeFrom(RouteLegStep other)static RouteLegStep.BuilderRouteLegStep. newBuilder(RouteLegStep prototype)RouteLeg.BuilderRouteLeg.Builder. setSteps(int index, RouteLegStep value)An array of steps denoting segments within this leg.Method parameters in com.google.maps.routing.v2 with type arguments of type RouteLegStep Modifier and Type Method Description RouteLeg.BuilderRouteLeg.Builder. addAllSteps(Iterable<? extends RouteLegStep> values)An array of steps denoting segments within this leg.
-