feat: More options to map initialization
This commit is contained in:
parent
756b760d5c
commit
9db0e3611c
3 changed files with 47 additions and 16 deletions
|
@ -63,8 +63,8 @@ class MainActivity : AppCompatActivity() {
|
|||
}
|
||||
}
|
||||
MapboxNavigationApp.current()?.startTripSession()
|
||||
mapControl = MapControl(binding.mapView, resources)
|
||||
mapControl.follow()
|
||||
mapControl = MapControl(this, binding.mapView, resources)
|
||||
mapControl.init()
|
||||
}
|
||||
bluetoothInit()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue