On Sep 10, 12:42 pm, amira benfradj <[email protected]> wrote:
> thanks for your answer
>

Why not just try it?

Within your createMarker() function, this line (line 17)
   marker = new GMarker(point,options);
should be
   var marker = new GMarker(point,options);

Try it; and post a link to the updated page if it still doesn't work.
DON'T start another thread.

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