Uses of Class
com.azure.maps.route.models.RouteInstruction
Packages that use RouteInstruction
-
Uses of RouteInstruction in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteInstructionModifier and TypeMethodDescriptionstatic RouteInstructionRouteInstruction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteInstruction from the JsonReader.RouteInstruction.setInstructionType(GuidanceInstructionType instructionType) Set the instructionType property: Type of the instruction, e.g., turn or change of road form.Methods in com.azure.maps.route.models that return types with arguments of type RouteInstructionModifier and TypeMethodDescriptionRouteGuidance.getInstructions()Get the instructions property: A list of instructions describing maneuvers.