On Mar 23, 12:42 pm, Roger Taylor <[email protected]> wrote:
> I want to implement the following in my js:
>
> 2 parameters - an address and a color
>
> Script must fill the grey 2d building (polygon), corresponding to the
> address on the map with the defined color
>
> Is it possible?

Yes.  If you have the definition of the required polygon.

> How to do it?

See the documentation on Polygons.  But you need a data source
containing the polygons' coordinates, that level of information is not
available via the Google Maps JavaScript API v3.

You might be able to purchase it from the map data providers.

Another option might to be investigating "Styled Maps":
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledMaps

I don't know if that will do what you need.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to