Uses of Class
com.azure.maps.search.models.GeocodingResponse
Packages that use GeocodingResponse
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of GeocodingResponse in com.azure.maps.search
Methods in com.azure.maps.search that return GeocodingResponseModifier and TypeMethodDescriptionMapsSearchClient.getGeocoding(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.MapsSearchClient.getReverseGeocoding(com.azure.core.models.GeoPosition coordinates, List<com.azure.maps.search.implementation.models.ReverseGeocodingResultTypeEnum> resultTypes, String view) Use to get a street address and location info from longitude and latitude coordinates.Methods in com.azure.maps.search that return types with arguments of type GeocodingResponseModifier and TypeMethodDescriptionMapsSearchAsyncClient.getGeocoding(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.Mono<com.azure.core.http.rest.Response<GeocodingResponse>> MapsSearchAsyncClient.getGeocodingNoCustomHeaderWithResponse(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.com.azure.core.http.rest.Response<GeocodingResponse> MapsSearchClient.getGeocodingNoCustomHeaderWithResponse(BaseSearchOptions options, com.azure.core.util.Context context) Use to get longitude and latitude coordinates of a street address or name of a place.Mono<com.azure.core.http.rest.ResponseBase<com.azure.maps.search.implementation.models.SearchesGetGeocodingHeaders, GeocodingResponse>> MapsSearchAsyncClient.getGeocodingWithBaseResponse(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.com.azure.core.http.rest.ResponseBase<com.azure.maps.search.implementation.models.SearchesGetGeocodingHeaders, GeocodingResponse> MapsSearchClient.getGeocodingWithBaseResponse(BaseSearchOptions options, com.azure.core.util.Context context) Use to get longitude and latitude coordinates of a street address or name of a place.MapsSearchAsyncClient.getReverseGeocoding(com.azure.core.models.GeoPosition coordinates, List<com.azure.maps.search.implementation.models.ReverseGeocodingResultTypeEnum> resultTypes, String view) Use to get a street address and location info from longitude and latitude coordinates.Mono<com.azure.core.http.rest.Response<GeocodingResponse>> MapsSearchAsyncClient.getReverseGeocodingWithResponse(com.azure.core.models.GeoPosition coordinates, List<com.azure.maps.search.implementation.models.ReverseGeocodingResultTypeEnum> resultTypes, String view) Use to get a street address and location info from longitude and latitude coordinates.com.azure.core.http.rest.Response<GeocodingResponse> MapsSearchClient.getReverseGeocodingWithResponse(com.azure.core.models.GeoPosition coordinates, List<com.azure.maps.search.implementation.models.ReverseGeocodingResultTypeEnum> resultTypes, String view, com.azure.core.util.Context context) Use to get a street address and location info from longitude and latitude coordinates. -
Uses of GeocodingResponse in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return GeocodingResponseModifier and TypeMethodDescriptionstatic GeocodingResponseGeocodingResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeocodingResponse from the JsonReader.GeocodingResponse.setFeatures(List<com.azure.maps.search.implementation.models.FeaturesItem> features) Set the features property: The features property.GeocodingResponse.setNextLink(String nextLink) Set the nextLink property: The is the link to the next page of the features returned.GeocodingResponse.setType(FeatureCollectionEnum type) Set the type property: The type of a FeatureCollection object must be FeatureCollection.