views:

23

answers:

2

Hello All,
i m implementing Google map api in PHP website, i have to implement an application in which if user enter some area( specific ) then we have to highlight all neighbourhood's boundries of this area with different colors. how do i implement this???

i have read this link , this helps me a lot, but i need to highlight neighbour reigon of specific area.

Thanks

A: 

If you geocode the location with google it will return coordinates for the southwest and northeast corners. You can use these 2 items to create an overlay over the neighborhood.

Galen
+1  A: 

You may want to check out the Google Maps API for Styled Maps.

It lets you change the style (color, etc) of different map features, like neighborhoods.

Roy Sharon