⚠ For each custom marker, add the following props:
id
coordinate : { longitude, latitude }
Ref
Ref methods from react-native-maps such as animateToRegion()
Extra methods
Method
Type
Note
zoomOnMarker
({latitude, longitude}, { top, bottom, right, left }) => void
Zoom on a marker & place it on the screen. left, right, top, bottom are in between 0 & 1. They represent out far to the right, left, top, or bottom to place the marker.