On May 17, 12:24 pm, Kashins DaWeeD <[email protected]> wrote: > Yeah! That XML way works perfect!! ;) > > But - I can't find any example about titles. Is it somehow possible to > add title for marker? - that name of object, that shows up when u drag > your mouse over merker (not infowindow)? And only way to add link to > marker is in infowindow? It would be really good if I could skip that > infowindow and add link to other web page stright to icon.
Anything is possible. The click listener doesn't have to open an infoWindow: it could simply set window.location to some other URL. And it is possible to add a title for a marker. See the documentation: http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions and http://code.google.com/apis/maps/documentation/reference.html#GMarker -- 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.
