Uses of Class
com.azure.maps.route.models.RouteMatrixQuery
Packages that use RouteMatrixQuery
-
Uses of RouteMatrixQuery in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteMatrixQueryModifier and TypeMethodDescriptionRouteMatrixOptions.getRouteMatrixQuery()Returns the query matrix used to search for a route.RouteMatrixQuery.setDestinations(com.azure.core.models.GeoPointCollection destinations) Set the destinations property: A valid `GeoJSON MultiPoint` geometry type.RouteMatrixQuery.setOrigins(com.azure.core.models.GeoPointCollection origins) Set the origins property: A valid `GeoJSON MultiPoint` geometry type.Methods in com.azure.maps.route.models with parameters of type RouteMatrixQueryModifier and TypeMethodDescriptionRouteMatrixOptions.setRouteMatrixQuery(RouteMatrixQuery routeMatrixQuery) Sets theRouteMatrixQueryrepresenting the desired route matrix.Constructors in com.azure.maps.route.models with parameters of type RouteMatrixQueryModifierConstructorDescriptionRouteMatrixOptions(RouteMatrixQuery routeMatrixQuery) Constructs aRouteMatrixOptionswith the requiredRouteMatrixQueryparameters.