Uses of Enum
com.azure.maps.route.MapsRouteServiceVersion
Packages that use MapsRouteServiceVersion
-
Uses of MapsRouteServiceVersion in com.azure.maps.route
Methods in com.azure.maps.route that return MapsRouteServiceVersionModifier and TypeMethodDescriptionstatic MapsRouteServiceVersion
MapsRouteServiceVersion.getLatest()
Gets the latest service version supported by this client librarystatic MapsRouteServiceVersion
Returns the enum constant of this type with the specified name.static MapsRouteServiceVersion[]
MapsRouteServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.maps.route with parameters of type MapsRouteServiceVersionModifier and TypeMethodDescriptionMapsRouteClientBuilder.serviceVersion
(MapsRouteServiceVersion version) Sets theMapsRouteServiceVersion
that is used when making API requests.