4

I want to show each postal code differently by having border around it and color inside its area. I am using google maps api service in js.

j0k
  • 22,600
  • 28
  • 79
  • 90
neha thamman
  • 231
  • 2
  • 6
  • 18
  • hey, can anyone answer it quickly asap? – neha thamman Nov 02 '12 at 13:06
  • hii did you find any solution for this question.actually i am also facing problem http://stackoverflow.com/questions/16808191/how-to-change-the-color-of-a-particular-area-on-google-map-api-v2-in-android – Venkat May 29 '13 at 08:44

1 Answers1

0

Google API does not provide a feature to directly have a boundary around any kind of locality be it postal code or city. So you will have to manually get the lat lng array denoting the region boundary from some third party and plot the polyline. The below links might be helpful.

Google map divided in regions with color and in subregions

google maps v3 - highlight states or regions of states

how to add or show zip code boundary Google maps v3

http://www.quora.com/How-do-I-show-the-boundaries-of-postcodes-on-google-maps

http://www.quora.com/Is-there-a-way-to-get-boundaries-of-neighborhoods-in-Google-maps-api

Community
  • 1
  • 1
ihimv
  • 1,308
  • 12
  • 25