On Jul 7, 12:51 pm, Александр <[email protected]> wrote: > > Не понимаю как тут грамотно задать координаты: > > var marker = new GMarker(map.getCenter(), markerOptions);
It sets the marker position as the centre of the map. The map is centred with map.setCenter(new GLatLng(59.913103,30.32817), 10); so the marker uses that position. 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 -~----------~----~----~----~------~----~------~--~---
