When you search Google Maps for a county, state, or zip code, it will indicate the actual boundaries of the area, not just the center point.
When I use the Google geocoding API , I get the center point as well as the square borders, but I don't get the whole outline shape of the borders.
Is it possible to get the whole outline from Google so that I can, for example, create clickable environments on a map, and not just a map of central points?
source share