I do not understand whether this is referred.
: "getBoundsZoomLevel" or "bounds.extend"....
It is an function moving to 4 point (MBR)
public function MapMoveToMBR(lat1:Number, lng1:Number,
lat2:Number, lng2:Number):void {
var bounds : LatLngBounds = new LatLngBounds();
bounds.extend(new LatLng(lat1, lng1));
bounds.extend(new LatLng(lat2, lng2));
var ZoomLevel : Number = map.getBoundsZoomLevel(bounds);
this.map.setCenter(bounds.getCenter(), ZoomLevel);
}
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□
카페 : http://cafe.naver.com/gisapplication
싸이월드: http://www.cyworld.com/srhong007
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en.