Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 677
Ben Avatar asked Nov 21 '12 03:11

Ben


People also ask

How do I see suburb boundaries on Google Maps?

Google Maps has added a feature where it will highlight in a pink color the borders of a city, postal code or other borders based on your search. To see it yourself, go to Google Maps and search for a city name or even a zip code. You will see a pinkish highlight around the border.

Is Google geocoding API free?

The Geocoding API uses a pay-as-you-go pricing model. Geocoding API requests generate calls to one of two SKUs depending on the type of request: basic or advanced.


1 Answers

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

like image 51
Yellos Avatar answered Sep 25 '22 23:09

Yellos