Reachability - Fetch reachable areas based on time or distance from or to a given point.
Reachability - Fetch reachable areas based on time or distance from or to a given point.
POST
/
experimental
/
geography
/
reachability
/
_compute
curl --request POST \
--url https://api.f6o.co/experimental/geography/reachability/_compute \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"point": {
"lat": 123,
"lon": 123
},
"costValue": 123,
"costType": "UNKNOWN_COST_TYPE",
"profileType": "UNKNOWN_PROFILE_TYPE",
"directionType": "UNKNOWN_DIRECTION_TYPE",
"constraints": [
"UNKNOWN_CONSTRAINT"
]
}'
{
"apiVersion": "<string>",
"kind": "<string>",
"item": {
"basedOn": "2023-11-07T05:31:56Z",
"geoShape": {
"type": "UNKNOWN_GEO_SHAPE_TYPE",
"shape": [
{
"coordinates": [
{
"lat": 123,
"lon": 123
}
]
}
]
}
},
"internalDelay": 123
}
Authorizations
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Body
application/json
Response
200
application/json
A successful response.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.f6o.co/experimental/geography/reachability/_compute \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"point": {
"lat": 123,
"lon": 123
},
"costValue": 123,
"costType": "UNKNOWN_COST_TYPE",
"profileType": "UNKNOWN_PROFILE_TYPE",
"directionType": "UNKNOWN_DIRECTION_TYPE",
"constraints": [
"UNKNOWN_CONSTRAINT"
]
}'
{
"apiVersion": "<string>",
"kind": "<string>",
"item": {
"basedOn": "2023-11-07T05:31:56Z",
"geoShape": {
"type": "UNKNOWN_GEO_SHAPE_TYPE",
"shape": [
{
"coordinates": [
{
"lat": 123,
"lon": 123
}
]
}
]
}
},
"internalDelay": 123
}