Nathan Poncet
Results
2
comments of
Nathan Poncet
For me the patch didn't work as well, even with the correct versions of the dependencies
@dev-m-hussein to get the current camera bounds i did something like that. This is my MapWidget ``` MapWidget( resourceOptions: ResourceOptions(accessToken: mapboxPublicAccessToken), onMapCreated: _onMapCreated, onCameraChangeListener: _onCameraChangeListener, ); ``` And this is...