Skip to content

Commit cedff12

Browse files
add direction options with format inside to maintain valhalla mobile compatibility
1 parent 106511c commit cedff12

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

client/openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,15 @@ components:
13071307
properties:
13081308
id:
13091309
$ref: '#/components/schemas/requestId'
1310+
directions_options:
1311+
properties:
1312+
format:
1313+
type: string
1314+
enum:
1315+
- json
1316+
- gpx
1317+
- osrm
1318+
- pbf
13101319
locations:
13111320
type: array
13121321
items:

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
rootProject.name = "valhalla-models"
66

77
gradle.beforeProject {
8-
extensions.extraProperties["libraryVersion"] = "0.1.1-br-patch"
8+
extensions.extraProperties["libraryVersion"] = "0.1.1-br-patch-2"
99
}
1010

1111
include("client")

0 commit comments

Comments
 (0)