Packagecom.distriqt.extension.nativemaps.objects
Classpublic class LatLngBounds
InheritanceLatLngBounds Inheritance Object

A simple helper class for map area bounding functionality for the native maps extension.



Public Properties
 PropertyDefined By
  northeast : LatLng
LatLngBounds
  southwest : LatLng
LatLngBounds
Public Methods
 MethodDefined By
  
LatLngBounds(southWest:LatLng, northEast:LatLng)
Constructor
LatLngBounds
  
contains(point:LatLng):Boolean
LatLngBounds
  
LatLngBounds
  
toString():String
LatLngBounds
Property Detail
northeastproperty
northeast:LatLng


Implementation
    public function get northeast():LatLng
    public function set northeast(value:LatLng):void
southwestproperty 
southwest:LatLng


Implementation
    public function get southwest():LatLng
    public function set southwest(value:LatLng):void
Constructor Detail
LatLngBounds()Constructor
public function LatLngBounds(southWest:LatLng, northEast:LatLng)

Constructor

Parameters
southWest:LatLng
 
northEast:LatLng
Method Detail
contains()method
public function contains(point:LatLng):Boolean

Parameters

point:LatLng

Returns
Boolean
extend()method 
public function extend(point:LatLng):LatLngBounds

Parameters

point:LatLng

Returns
LatLngBounds
toString()method 
public function toString():String

Returns
String