maps icon indicating copy to clipboard operation
maps copied to clipboard

onRegionDidChange always returns same visibleBounds on Android

Open bryanboyko opened this issue 3 years ago • 0 comments

Describe the bug
MapboxGL.MapView onRegionDidChange returned object visibleBounds is always returns same value on Android onRegionDidChange shape.properties.visibleBounds: [[180, 90], [-180, 90], [-180, -90], [180, -90]]

To Reproduce
Interact with map and monitor onRegionDidChange callback

Expected behavior
visibleBounds should be correct bounds (same as it does for iOS)

Actual behavior
visibleBounds is always the same value posted above

Versions (please complete the following information):

  • Platform: Android
  • Platform OS: Android 12
  • Device:Pixel 6
  • Emulator/ Simulator: no
  • Dev OS: MacOS 12.4
  • @rnmapbox/maps @rnmapbox/maps": "github:rnmapbox/maps#main
  • React Native Version 0.64.3

bryanboyko avatar Jul 11 '22 12:07 bryanboyko