Is it possible to find a place by id?
I saw this endpoint, but it only works with poi.
My flow:
1. Use https://www.mapquestapi.com/search/v3/prediction to get suggestions (autocomplete), for example with query param collection = 'address'
got responseObject.results[0].id
example
id: 'address:1158_144a1ec42e9c88c9cf013e003cfef404',
2. Use some api method for search this place by id <--- how to to this ?
>>> This functionality is on the roadmap but is not currently in development. What data are you looking to get from the id search? The same one that comes back from the https://developer.mapquest.com/documentation/geocoding-api/address/get/
I am developing this library https://github.com/goparrot/geocoder And I want to make a general approach to finding places by id. It is supported at least by other demanding providers that I have already implemented (google maps, here, arcgis)
I Recently Live My Site CouponsWindow. can any one help me to mark a geo target on google or any 1 Can guide me?
I saw this endpoint, but it only works with poi.
My flow:
1. Use https://www.mapquestapi.com/search/v3/prediction to get suggestions (autocomplete), for example with query param collection = 'address'
got responseObject.results[0].id
example
id: 'address:1158_144a1ec42e9c88c9cf013e003cfef404',
2. Use some api method for search this place by id <--- how to to this ?
>>> This functionality is on the roadmap but is not currently in development. What data are you looking to get from the id search?
The same one that comes back from the https://developer.mapquest.com/documentation/geocoding-api/address/get/
I am developing this library https://github.com/goparrot/geocoder
And I want to make a general approach to finding places by id.
It is supported at least by other demanding providers that I have already implemented (google maps, here, arcgis)
I Recently Live My Site CouponsWindow. can any one help me to mark a geo target on google or any 1 Can guide me?