Referring to Google Maps API Tutorial by Mike Williams
in Associative arrays and Custom Icons, I think the structure of code
is:
new GMarker(point, gicons[icontype]);

so I modified my code like this:
var temp_marker = new GMarker(location, customIcons[tipo]);

but still not working....(this time the page loads correctly)
http://pinzerik.altervista.org/map_KO.php

any suggestions?
Thank you

On 1 Set, 19:39, Rossko <[email protected]> wrote:
> > zIndexProcess:markerOrder});http://pinzerik.altervista.org/map_KO.php
>
> I get a straightforward javascript error.  This line -
>     var temp_marker = new GMarker(location, {customIcons[tipo],
> zIndexProcess:markerOrder});
> has bad syntax in the options part.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to