When you type in a city name, the region appears as a pink area. Is there any way to get the coordinates that make up this region? Here is an image of what I mean (Cambridge as an example):
Asked
Active
Viewed 1,664 times
0
-
Enhancement request for this feature in the Google Maps Javascript API [Issue 109](https://code.google.com/p/gmaps-api-issues/issues/detail?id=109) – geocodezip Aug 19 '15 at 12:35
-
Well is it somewhere in the source code I can parse? Or is it invisible? – Claude Bastien Aug 19 '15 at 21:50
1 Answers
0
As you see this is area. You can not describe this area with two coordinates which latitude and longitude.
Maybe this could help you:

Abdulkadir
- 21
- 1
- 6
-
I am trying to get all of the coordinates in the region. Not just one coordinate. Multiple coordinates make up the region's polygon. – Claude Bastien Aug 19 '15 at 22:05