mapbox-gl-native-android icon indicating copy to clipboard operation
mapbox-gl-native-android copied to clipboard

OfflineManager Bounds Issue

Open victorgutsu opened this issue 3 years ago • 0 comments

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

Additional links and references

victorgutsu avatar Mar 05 '21 08:03 victorgutsu