Search code examples
google-mapsmapsdata-visualization

Accessing google maps area coordinates (suburb boundaries)


I'm trying to show some data about Australian suburbs. 'Suburb' is the term that Australians use to describe an area, if you are from the rest of the world think post code or something similar.

I'd like to be able to get access to the area boundaries that are already in the map. These are examples of the kind of boundary that I'm talking about:

Marrickville, Sydney (2204): http://goo.gl/maps/QYRhx

Clapton, London (E5): http://goo.gl/maps/3an2Y

I want to be able to draw the boundary on the map, draw multiple boundaries on a map (e.g. show which areas make up the 'inner west'), shade the areas to indicate their vaue of something or other. Generally do stuff with them.

  • This question asks about how to get boundaries that are drawn manually, but I want to access the ones that already exist.
  • This question asks a similar question, but it isn't answered.
  • This question is similar, but the responses suggest using shape files, not getting them directly from Google.
  • I've also tried the maps styling wizard, and whilst the administrative, neighborhood boundary is what I need to show, it doesn't seem to be able to affect the map.

I've looked in the api docs to no avail. Does anyone know if this is possible?


Solution

  • No, it isn't possible. The area boundaries feature is not (yet?) implemented in the API.