I use the great react-native-maps
from Airbnb on a react-native
app.
I got a list of markers on a JSON file where each of these markers have a property zoom
which is a integer of an approximate zoom level where the marker should display / hide on the map.
Is there a way based on the latitudeDelta
and longitudeDelta
of a Region
to get an approximate double/integer of the current zoom level as we have on Google Maps (1 to 20) ?
Thanks