> var point = new GPoint(33.282575, 131.487773); > var marker = new GMarker(point);
Don't use GPoint for markers, use GLatLng() as you did for the map centering. Perhaps you're using an old guide article/book. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
