<Android Mapbox Help (Kotlin)> I have a deeplink i...
# stackoverflow
u
Android Mapbox Help (Kotlin) I have a deeplink intent filter set up to relay lat/long coordinates from a string - to my app. The coordinates contained in the string are parsed into variables, which are then passed to the beginNavigating function below. beginNavigating(destination) Deeplink code: // begin deeplink invoker var data = intent?.data if (data != null) { // deeplinking to nav functionality var parameters: List = data.pathSegments var long =...