Open reaganscofield opened 1 year ago
I am having the same issue:
E/Mapbox (14722): Using an empty fallback padding instead: [top: 175.0, left: 175.0, bottom: 189.0, right: 175.0]
E/Mapbox (14722): [nav-sdk]: [ViewportDataSourceProcessor] Provided following padding does not fit the map size:
E/Mapbox (14722): mapSize: [width: 64.0, height: 64.0]
E/Mapbox (14722): padding: [top: 175.0, left: 175.0, bottom: 189.0, right: 175.0]
I am using it for Flutter
I am facing the same issue. Did you find the fix?
I was getting the same behavior and the same exception while using https://github.com/eopeter/flutter_mapbox_navigation in a flutter project. After some debugging, I figured it was because the frequent location updates were not getting processed properly. I was listening to the current location updates that were triggering a UI redraw, and once I converted it to a single read, it worked. The map/navigation still updates as it fetches the location updates.
Android API: Mapbox Navigation SDK 2.10.2: also tried 2.11.0, 2.12.0, and 2.13.0
We having issues with Mapbox Navigation Drop-in UI when the app opens and goes to the navigation screen to start navigating the app does get automatically closes and we receive the following error:
E/Mapbox: [nav-sdk]: [ViewportDataSourceProcessor] Provided following padding does not fit the map size: mapSize: [width: 1080.0, height: 99.0] padding: [top: 138.0, left: 138.0, bottom: 41.0, right: 138.0] Using an empty fallback padding instead: [top: 138.0, left: 138.0, bottom: 41.0, right: 138.0] E/Mapbox: [nav-sdk]: [ViewportDataSourceProcessor] Provided following padding does not fit the map size: mapSize: [width: 1080.0, height: 99.0] padding: [top: 138.0, left: 138.0, bottom: 173.0, right: 138.0] Using an empty fallback padding instead: [top: 138.0, left: 138.0, bottom: 173.0, right: 138.0] A/libc: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7fde2cd5f8 in tid 3039 (nder.production), pid 3039 (nder.production)
Steps to trigger behavior
Expected behavior
We expect the app to start navigating to the given destination
Actual behavior
The close itself as soon the navigation map gets rendered on the screen.
Implementations:
Any help will be much appreciated, please note that this is a native module which we actually want use in react native app