I'm looking for a valid source, from where I can get the polygon coordinates for a location. Is there any API for this?
Does Google maps API provide this polygon coordinates? What are the other options for this process? For example, I want to get the Las vegas polygon as
bounding_polygon_coordinates=[
[
[
-105.549276,
35.774311
],
[
-105.523848,
35.766057
],
[
-105.526546,
35.736796
],
[
-105.476596,
35.7116
],
[
-105.461345,
35.714209
],
[
-105.420425,
35.698977
],
[
-105.403493,
35.707495
],
[
-105.352212,
35.696013
],
[
-105.38458,
35.611916
],
[
-105.549276,
35.774311
]
]