Uses of Class
com.azure.maps.route.models.DrivingSide
Packages that use DrivingSide
-
Uses of DrivingSide in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as DrivingSideModifier and TypeFieldDescriptionstatic final DrivingSideDrivingSide.LEFTLeft side.static final DrivingSideDrivingSide.RIGHTRight side.Methods in com.azure.maps.route.models that return DrivingSideModifier and TypeMethodDescriptionstatic DrivingSideDrivingSide.fromString(String name) Creates or finds a DrivingSide from its string representation.RouteInstruction.getDrivingSide()Get the drivingSide property: Indicates left-hand vs. right-hand side driving at the point of the maneuver.Methods in com.azure.maps.route.models that return types with arguments of type DrivingSideModifier and TypeMethodDescriptionstatic Collection<DrivingSide> DrivingSide.values()Gets known DrivingSide values.