The Place Categories REST Entrypoint of HERE PLACES API is returning all categories defined in API rather than returning categories present specific to a location. I'm trying to execute a rest call as follows.
https://places.demo.api.here.com/places/v1/categories/places?in=52.521,13.3807;r=777
with appropriate app_id and app_code. The REST call is returning all categories.
Also, when i'm trying to execute the call on 55.7006,18.2147;r=85741 (which is a sea area). All categories are shown.
Please help resolving the issue.
Regards, Akash