現在位置で可能な最大のズームレベルを取得する
// map:GMap2
map.getCurrentMapType().getMaximumResolution(map.getCenter())
[追記] これでは駄目みたいでした。
Google Groupes
getMaximumResolution was never related to what map tiles were available on the server, it only ever returned the max zoom number that the mapType would handle
getMaximumResolutionはマップタイプごとに固定値を返すだけみたい。
なんで引数取るんだ?