> Using class EGeoXml I loaded a KML file that included a lot of marker > point, > and I want to aceess one of them. > how should I do.
EGeoXml builds an array of all the markers it creates, .gmarkers[] http://econym.org.uk/gmap/egeoxml.htm You could iterate through those looking for the one you want. -- 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.
