Search code examples
here-api

Definition of areas in a Region resource limited by use of GET method


The Region resource accepts the definition of areas as lists of coordinates.

Unfortunately, since the resource seems to be only expecting GET requests, trying to display various areas or more precisely defined areas is limited by the constraints on the size of the query string.

Is there any possibility of consuming the resource with a POST request instead, like it is already happening with other resources in the API?


Solution

  • Currently POST method is not supported except for the route resource and it is limited to payloads of 8K maximum.We can take this request as feedback for a later release if you would like that.