it isnt the page loading that causes the marker to be available for clicking on EGeoXml (and GeoXml too) has a "parsed" event you need to listen for.
check out the documentation on addListener GEvent.addListener On Dec 29, 4:19 pm, "[email protected]" <[email protected]> wrote: > When loading the page open the Placemark according to the Coordinates > not with gmarkers. > > Im try this and its work but when the gmarkers, i need with > coordinates. > > function LoadTrigger() > { > GEvent.trigger(exml.gmarkers[109],'click');} > > window.onload = LoadTrigger; > > ----------------------------------------------------------------------------------------------- > > For example : > > function LoadTrigger() > { > GLatLng(-32.317322,-58.086090); /THIS NOT WORK} > > window.onload = LoadTrigger; > > ---------------------------------------------------------------------------------- > > Thanks in advanced ! > Sorry for my english. -- 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.
