Uses of Class
com.azure.maps.route.models.RouteReport
Packages that use RouteReport
-
Uses of RouteReport in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteReportModifier and TypeMethodDescriptionstatic RouteReportRouteReport.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteReport from the JsonReader.RouteDirections.getReport()Get the report property: Reports the effective settings used in the current call.RouteRangeResult.getReport()Get the report property: Reports the effective settings used in the current call.Methods in com.azure.maps.route.models with parameters of type RouteReportModifier and TypeMethodDescriptionRouteDirections.setReport(RouteReport report) Set the report property: Reports the effective settings used in the current call.RouteRangeResult.setReport(RouteReport report) Set the report property: Reports the effective settings used in the current call.