Routing profile model
road_networkstring
Routing profile name
routing_engine_namestring
Routing engine name (for example, Google)
settings object
Settings specific to the routing provider
citystring
City this routing profile should be applied to
road_networkstring
Routing profile name for this provider
speed_factorinteger
Speed factor (multiplier) for a speed map for this profile
urlstring
URL of the rouitng engine
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Routing profile model
{
"road_network": "string",
"routing_engine_name": "string",
"settings": {
"city": "string",
"road_network": "string",
"speed_factor": 0,
"url": "string"
},
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}