Is your feature request related to a problem? Please describe.
There is now way to specify the animation duration for the map
Describe the solution you'd like
I would like to be able to specify the animation duration when calling the animate function on the CameraPositionState object. Right now I find it too slow for my app.
Describe alternatives you've considered
Additional context
I used the animateCamera function from the legacy maps repo before using compose and I may need an option to customize the animation duration.
Is your feature request related to a problem? Please describe.
There is now way to specify the animation duration for the map
Describe the solution you'd like
I would like to be able to specify the animation duration when calling the
animatefunction on theCameraPositionStateobject. Right now I find it too slow for my app.Describe alternatives you've considered
Additional context
I used the
animateCamerafunction from the legacy maps repo before using compose and I may need an option to customize the animation duration.