Uses of Class
com.azure.maps.search.models.MapsSearchAddressCountryRegion
Packages that use MapsSearchAddressCountryRegion
Package
Description
Package containing the data models for SearchClient.
-
Uses of MapsSearchAddressCountryRegion in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return MapsSearchAddressCountryRegionModifier and TypeMethodDescriptionMapsSearchAddressCountryRegion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MapsSearchAddressCountryRegion from the JsonReader.MapsSearchAddress.getCountryRegion()Get the countryRegion property: The countryRegion property.Set the iSO property: ISO of country/region.Set the name property: name of country/region.Methods in com.azure.maps.search.models with parameters of type MapsSearchAddressCountryRegionModifier and TypeMethodDescriptionMapsSearchAddress.setCountryRegion(MapsSearchAddressCountryRegion countryRegion) Set the countryRegion property: The countryRegion property.