react-native-maps-super-cluster
react-native-maps-super-cluster copied to clipboard
animateToCoordinate not work
The same animateToCoordinate prop in the react-native-maps library cannot be used.
mapRef?.current?.animateToCoordinate( { latitude: position.coords.latitude, longitude: position.coords.longitude, }, 1000 );
animateToCoordinate is deprecated so use animateToRegion