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 classRouteLegStepContains a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg].static classRouteLegStep.BuilderContains 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 RouteLegStepOrBuilderRouteLeg.Builder. getStepsOrBuilder(int index)An array of steps denoting segments within this leg.RouteLegStepOrBuilderRouteLeg. getStepsOrBuilder(int index)An array of steps denoting segments within this leg.RouteLegStepOrBuilderRouteLegOrBuilder. 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.
-