react-google-maps: dynamically highlight a country or a subntaional

390 Views Asked by At

I use a react-google-maps and I want to dynamically highlight a country or a subntaional when user click on the map anywhere in the whole world, so I need to get coordinates to draw a polygon, but can't find any service with api for it. What the best way to achieve this?

2

There are 2 best solutions below

1
Salman On

I was also searching for this solution. you can use google charts api for above problem.

0
cocoa On

Please use this API.

https://nominatim.openstreetmap.org/search.php?q=US&polygon_geojson=1&format=json

It will return multiPolygon array.