mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
287 stars 117 forks source link

moveBy returns PlatformException #762

Open David-Prelinger opened 4 days ago

David-Prelinger commented 4 days ago

Code: mapboxMap.moveBy( ScreenCoordinate( x: 50, y: 70, ), MapAnimationOptions(), );

returns: `[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(0, Not available., null, null)

0 _AnimationManager.moveBy (package:mapbox_maps_flutter/src/pigeons/map_interfaces.dart:2326:7)`

Version of package: 2.3.0 Platform: iOS

evil159 commented 2 days ago

Hi @David-Prelinger, this method is indeed not available on iOS platform.