简体   繁体   中英

Autosuggest from Here Maps API without country information

I'm implementing a search on my server using the service https://places.cit.api.here.com/places/v1/autosuggest . However, I need information from the country of the place. If I use the lookup service to detail the place, performance drops a lot. Would there be a way to return the country using autosuggest?

You can use Geocoder Autocomplete API .

As you can see in their example, the response contains suggestions with address property.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM