Uses of Class
com.azure.maps.search.models.MapsSearchAddress
Packages that use MapsSearchAddress
Package
Description
Package containing the data models for SearchClient.
-
Uses of MapsSearchAddress in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return MapsSearchAddressModifier and TypeMethodDescriptionstatic MapsSearchAddressMapsSearchAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MapsSearchAddress from the JsonReader.MapsSearchAddress.setAddressLine(String addressLine) Set the addressLine property: AddressLine that includes Street Name and Number.MapsSearchAddress.setAdminDistricts(List<com.azure.maps.search.implementation.models.MapsSearchAddressAdminDistrictsItem> adminDistricts) Set the adminDistricts property: The subdivision name in the country or region for an address.MapsSearchAddress.setCountryRegion(MapsSearchAddressCountryRegion countryRegion) Set the countryRegion property: The countryRegion property.MapsSearchAddress.setFormattedAddress(String formattedAddress) Set the formattedAddress property: Formatted Address property.MapsSearchAddress.setIntersection(Intersection intersection) Set the intersection property: The address of the result.MapsSearchAddress.setLocality(String locality) Set the locality property: locality property.MapsSearchAddress.setNeighborhood(String neighborhood) Set the neighborhood property: neighborhood property.MapsSearchAddress.setPostalCode(String postalCode) Set the postalCode property: Postal Code property.