On Apr 10, 5:57 pm, Kaaxan <[email protected]> wrote:
> I've been trying this for days
> :http://www.kaaxan.com/location-vacances-mexique.php
>
> I CANNOT GET IT TO WORK !!!
> IT JUST WONT PUT THE MARKERS DOWN.....
Do you notice a difference between the following?
map.setCenter(new GLatLng(20.62097,-87.07523), 16);
// THIS IS THE PART THAT DOES NOT WORK:
var point = new GLatLng(-87.08458,20.61453 );
// Ajout de la propri t "Marker" (rep re personnalis )
var point = new GLatLng(20.62843, -87.07605); // Position du
marker
GLatLng() takes latitude and longitude in that order.
You should also remove this
map.G_SATTELITE_MAP
which (a) is spelled wrongly and (b) isn't the right way to set the
map type. You get it right further on.
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
-~----------~----~----~----~------~----~------~--~---