On Apr 20, 11:20 am, Rossko <[email protected]> wrote:
> > I suppose there is a way to have them both in : "var marker=new GMarker
See the documentation that Ross pointed you to:
var marker = new GMarker(point,{icon:gicons[category],title:name});
The {icon:gicons[category],title:name}
is an GMarkerOptions object (an anonymous javascript object):
http://www.google.com/search?sourceid=gmail&q=anonymous%20javascript%20object
http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions
-- Larry
> > (...."
>
> Oh yes. You could try searching for examples -
>
> http://groups.google.com/group/Google-Maps-API/browse_thread/thread/4...
>
> I'm afraid GMaps API includes some quite complex javascript techniques
> and isn't the best place to learn js, but you're not certainly not the
> only one!
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---