The Places API used to have an href
property that linked to a HERE page for the associated result, so it was easy to use it for attribution. This screenshot shows the field (towards the bottom of the result) for a search result from the places API:
This screenshot shows the result for the same place, but from the search v7 api:
The href
property is missing, and there's no replacement. Is there a way to request that the attribute be included in the result? Was the intention for 3rd-party devs to effectively replace the functionality of the href
by performing a GET request to the /lookup
endpoint using the provided id
field of the place?