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.