Relative Content

Tag Archive for react-nativegoogle-mapsreact-native-maps

Rectangular selection in react-native-maps

I am trying to use react-native-maps in order to give my users the opportunity to select a specific area of the map and the get the areas coordinates and pass them to my backend. I have successfully managed to use polygon and draw different shapes. However I want to limit the shapes to rectangles only.