Packagegoogle.maps
Classpublic class LatLng
InheritanceLatLng Inheritance Object

See also

[google_maps_api_v3_11]


Public Methods
 MethodDefined By
  
LatLng(lat:Number, lng:Number, opt_noWrap:Boolean = false)
LatLng
  
equals(other:LatLng):Boolean
LatLng
  
lat():Number
LatLng
  
lng():Number
LatLng
  
toString():String
LatLng
  
toUrlValue(opt_precision:Number = 0):String
LatLng
Constructor Detail
LatLng()Constructor
public function LatLng(lat:Number, lng:Number, opt_noWrap:Boolean = false)

Parameters
lat:Number — [number]
 
lng:Number — [number]
 
opt_noWrap:Boolean (default = false) — [(boolean|undefined)]

See also

[google_maps_api_v3_11]
Method Detail
equals()method
public function equals(other:LatLng):Boolean

Parameters

other:LatLng — [(google.maps.LatLng|null)]

Returns
Boolean

See also

[google_maps_api_v3_11]
lat()method 
public function lat():Number

Returns
Number

See also

[google_maps_api_v3_11]
lng()method 
public function lng():Number

Returns
Number

See also

[google_maps_api_v3_11]
toString()method 
public function toString():String

Returns
String

See also

[google_maps_api_v3_11]
toUrlValue()method 
public function toUrlValue(opt_precision:Number = 0):String

Parameters

opt_precision:Number (default = 0) — [(number|undefined)]

Returns
String

See also

[google_maps_api_v3_11]