I have a requirement in my react-native app where in which if the user provides a number which will be the number of kilometres or miles (like 5 or 10), the map should zoom in/out showing the area with radius as the input number.
How can I change the latitudeDelta and longitudeDelta values based on those input numbers.
Please help me out. Thanks in advance.