Hi

i have only address with me and using the address alone and using
GMarker function i'm able to place the marker, using this i want to
get label on marker

going through tutorials i came to know the consturctor opts and
labeledmarker .

       ex: opts = {
          "icon": icon,
          "clickable": true,
          "title": name,
          "labelText": iconStr,
          "labelOffset": new GSize(-6, -10)
        };
        var marker = new LabeledMarker(point,opts);

but i am not familiar with these and let me know the correct way to
get label.
and my xml source will be as follows:
<markers>
<marker address="abc, columbus, ohio, 54321" label= "grade I city" />
</markers>

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