Environment
- Platform: .NET MAUI (binding library)
- Mapbox Maps SDK version:
11.15.0
- Mapbox Navigation SDK version:
3.12.0
- Setup: Custom binding library consuming
.aar and .jar dependencies
Issue
When using only Mapbox Maps SDK, calling:
var locationComponent = mapView.GetPlugin<LocationComponentPlugin>();
returns a valid instance of the location component.
However, after adding the Navigation SDK (3.12.0) AARs/JARs, the same call always returns null.
This causes the location puck and location updates to stop working in our MAUI binding project.
Could you confirm if additional initialization is now required for the location plugin when using Navigation SDK + Maps SDK, or if this is a regression?