mapbox-gl-native-android
mapbox-gl-native-android copied to clipboard
OfflineManager Bounds Issue
Environment
- Android OS version: v20+
- Devices affected: any device
- Maps SDK Version: com.mapbox.navigation:ui:1.4.0
Observed behavior and steps to reproduce
- Just take your simple offline download implementation
- just use that bounds: val latLngBounds = LatLngBounds.Builder() .include(LatLng(45.4864, 122.935)) // Northeast .include(LatLng(24.2508, 153.966)) // Southwest .build()
- here is the video: https://drive.google.com/file/d/1gypm1fZq9OW8ilw7c3tZ3c7_wJWLiw2_/view?usp=sharing Unfortunotely stacktrace is empty of any issue =(
Expected behavior
- Current bounds seems too big! but if it is big, why i don't get mapboxTileCountLimitExceeded() in observer, pls check
i guess if it has any issue with download, it will be great to get some response from offline manager
Notes / preliminary analysis
- described above! have checked same code with smaller bounds, it works correct! but bigger fails(closes app) without any response from lib