Search code examples
javascriptnode.jsgeolocationmapshere-api

Here API - Implement nearby places feature


I am looking for a way to implement the nearby places functionality BUT with my own set of places using HERE API.

I expect there should be a function where I could insert my own places on the map and after that search the nearby places of a specific place within a radius.

I cannot find anything related to this kind of problem.

Thanks for your time :)


Solution

  • Please check out the Custom Locations API. This API allows you to upload and then search for custom location information. This includes a proximity search.