There was an error while loading. Please reload this page.
1 parent 2ba2ac0 commit 029eebcCopy full SHA for 029eebc
1 file changed
sample/android/app/src/main/java/org/maplibre/navigation/sample/android/core/CoreOnlyFragment.kt
@@ -149,7 +149,7 @@ class CoreOnlyFragment : Fragment() {
149
private suspend fun fetchRoute(): DirectionsResponse = suspendCoroutine { continuation ->
150
val provider = "valhalla"
151
152
- val requestBody = if provider == "graphhopper" {
+ val requestBody = if (provider == "graphhopper") {
153
mapOf(
154
"type" to "mapbox",
155
"profile" to "car",
0 commit comments