Google Maps API 質問箱at PHPGoogle Maps API 質問箱
- 暇つぶし2ch267:nobodyさん 06/06/02 07:37:44 まあ、そんなに意地悪しなくても・・・ >>263 var bounds = map.getBounds() var ne = bounds.getNorthEast() // 北東隅 var sw = bounds.getSouthWest() // 南西隅 var nw = new GLatLng( ne.lat(), sw.lng() ) // 北西隅 var se = new GLatLng( sw.lat(), ne.lng() ) // 南東隅