Hello Andy,
the styled map feature is new in the v3 version of map API.
http://code.google.com/intl/it-IT/apis/maps/documentation/javascript/overlays.html#StyledMaps
and from the sample you've used is easy to understand how they work.

Unfortunately your page uses the "deprecated" v2 API.
You can google for some hints to port code from v2 to v3, in your case it
shouldn't be too difficoult since the Marker objects works quite the same.

Hope it helps,
Davide

2010/7/3 Andy <[email protected]>

> Hi there, I'm hoping that someone out there will be able to give me
> some help with styling a map. Here is what I have put together so far:
> http://naganogo.com/nozawaonsenvillagemap.html its a pretty simple map
> which gets its markers from a google spreadsheet.
>
> I would love to style it something along the lines of this:
> http://naganogo.com/styledmap.html, just to get rid of clutter and
> make it look a bit more wintery.
>
> My coding ability is quite limited and pretty much everything i have
> done with the maps api so far has been finding tutorial with features
> i like and copying the code. I have been unable to find anything
> suitable for my purpose, or even a working example of a styled google
> map with markers that I could learn from. I like the usability of the
> google spreadsheet map, but I don't mind loading the map from an xml
> file either. Is there anyone out there who could help by pointing me
> in the right direction?
>
> Thanks in advance,
> Andy
>
> I apologise if this is posted inappropriately, if so please remove.
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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