Poly9 FreeEarth

Class FE.LatLngBounds

Object
   |
   +--FE.LatLngBounds

class FE.LatLngBounds

Defined in freeearth.js


Constructor Summary
FE.LatLngBounds()
            Defines a geographic extent.
 
Method Summary
 Object copy()
           Deep-copy
 Object extend(<FE.LatLng> ll)
           Extends the bouding box.
 FE.LatLng getCenter()
           Returns the bounding box center.
 FE.LatLng getNorthEast()
           Returns the north east corner.
 FE.LatLng getSouthWest()
           Returns the south west corner.
 Object toString()
          
<static> Object fromGoogle(bb)
           Converts a FreeEarth bouding box to a Google Maps bouding box.
<static> Object fromOverlays()
           Extracts a bouding box from overlays

Constructor Detail

FE.LatLngBounds

FE.LatLngBounds()

Method Detail

copy

Object copy()

extend

Object extend(<FE.LatLng> ll)

getCenter

FE.LatLng getCenter()

getNorthEast

FE.LatLng getNorthEast()

getSouthWest

FE.LatLng getSouthWest()

toString

Object toString()

fromGoogle

<static> Object fromGoogle(bb)

fromOverlays

<static> Object fromOverlays()

Poly9 FreeEarth

Documentation generated by JSDoc on Thu Dec 6 19:55:43 2007