How to get Boundaries in Map

0
Hi Experts, Here I have a requirement, if I give the address in a particular field ( house, hotel, land)  it should get a boundary and should be displayed in the map. Can you please let me know what type of map we have to use for achieving this and what type of parameter (eg: latitude , longitude or string ) we need to pass exactly in the field. Thanks in Advance.
asked
1 answers
3

you need to build a custom widget map polygon to draw an area in case of mobile

https://github.com/react-native-maps/react-native-maps/blob/master/docs/polygon.md

for web, they have a react widget

https://marketplace.mendix.com/link/component/117153

 

 

answered