On Jul 8, 3:20 pm, Javo Rosales <
javo.rosa...@gmail.com> wrote:
> var marker = new GMarker(....);
> map.addOverlay(marker);
That is v2 syntax, this is the v3 api group...
var marker = new google.maps.Marker({MarkerOptions});
would be the v3 equivalent (where MarkerOptions includes the reference
to the Map object).
See the documentation for the details and examples.
-- Larry
>
> 2011/7/8 Dmytro Melnyk <
neti...@gmail.com>
>
>
>
>
>
>
>
> > Hi all :)
> > How to show marker if they already exists in map but not show in my page.
> > Link with marker
> >
http://maps.google.com/maps?&z=10&q=36.26577+-92.54324&ll=36.26577+-9...