On Jun 9, 4:19 pm, bkizzy <
boris.kizelsht...@popcha.com> wrote:
> All,
>
> Looks like the api v3 docs omit the zoom level from the map.setCenter()
> method. Should be:
>
> map.setCenter(*latlng, zoom)
Unless things have changed, the setCenter method of the GMap class in
v3 only takes one parameter. The documentation is correct. It is
different from v2.
http://code.google.com/apis/maps/documentation/javascript/reference.html#Map
getCenter() LatLng
Note that you can set the center and zoom in one method by using the
GMap.setOptions method.
-- Larry
>
> *If this is omitted the map will return to the default zoom level specified