Create an isoline
To get started with isolines, you will first need to fetch an isoline ID
. This isoline ID
can then be sent to subscribe to an isoline and retrieve the isoline data.
Mutation
To get an isoline ID
, you will need to provide us with a vehicle ID, an origin location and a polygon count. If no polygon count is given 1 polygon will be generated. Additionally, you can provide us with the season. If no season is provided, current weather conditions will be used for the calculation.
Arguments
input • non_null • IsolineInput
Isoline input
Response
If successful, the HTTP status code in the response header is 200 and the response body contains the attributes you requested.
If unsuccessful, the header status code is an error code and the response body contains an error response object. The error response object can be any of the ones below.
Errors and warnings
ISOLINE_INVALID_NUMBER_OF_POLYGONS
Field polygon_count should be a value between 1 and 100
ISOLINE_LIMIT_EXCEEDED
Isoline query limit exceeded