Uses of Interface
com.google.maps.routing.v2.RouteLegStepOrBuilder
-
Packages that use RouteLegStepOrBuilder Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteLegStepOrBuilder in com.google.maps.routing.v2
Classes in com.google.maps.routing.v2 that implement RouteLegStepOrBuilder Modifier and Type Class Description class
RouteLegStep
Contains a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg].static class
RouteLegStep.Builder
Contains a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg].Methods in com.google.maps.routing.v2 that return RouteLegStepOrBuilder Modifier and Type Method Description RouteLegStepOrBuilder
RouteLeg.Builder. getStepsOrBuilder(int index)
An array of steps denoting segments within this leg.RouteLegStepOrBuilder
RouteLeg. getStepsOrBuilder(int index)
An array of steps denoting segments within this leg.RouteLegStepOrBuilder
RouteLegOrBuilder. getStepsOrBuilder(int index)
An array of steps denoting segments within this leg.Methods in com.google.maps.routing.v2 that return types with arguments of type RouteLegStepOrBuilder Modifier and Type Method Description List<? extends RouteLegStepOrBuilder>
RouteLeg.Builder. getStepsOrBuilderList()
An array of steps denoting segments within this leg.List<? extends RouteLegStepOrBuilder>
RouteLeg. getStepsOrBuilderList()
An array of steps denoting segments within this leg.List<? extends RouteLegStepOrBuilder>
RouteLegOrBuilder. getStepsOrBuilderList()
An array of steps denoting segments within this leg.
-