Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object AppModule {
// Option 1: Valhalla-based API
var options =
mapOf(
"costingOptions" to
"costing_options" to
// Just an example... You can set multiple costing options for any profile
// in Valhalla.
// If your app uses multiple routing modes, you can have a master settings
Expand Down
2 changes: 1 addition & 1 deletion guide/src/android-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Bringing it all together, a typical init looks something like this:
```kotlin
var options =
mapOf(
"costingOptions" to
"costing_options" to
mapOf(
"bicycle" to
mapOf(
Expand Down
Loading