On 2 syys, 11:34, yodark <[EMAIL PROTECTED]> wrote:
> Ok I've got it
>
> var point = new GLatLng(48.19983,8.142305);
>
> mymarker = new GMarker(point);
> map.addOverlay(mymarker);
Yes, and mymarker should be declared as a variable somewhere.
var mymarker;
>
> Hey Esa I don't use IE !!! I'm on Firefox
>
Firefox javascript console lists an error about your original code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---