Packagecom.google.maps.services
Classpublic dynamic class Placemark

Describes a single result returned by a geocoding request.



Public Properties
 PropertyDefined by
  address : String
Full address for the placemark.
Placemark
  addressDetails : Object
Address details object.
Placemark
  point : LatLng
LatLng for the address.
Placemark
Public Methods
 MethodDefined by
  
Constructor.
Placemark
  
toString():String
Returns a string representation of the placemark of the form "address"
Placemark
Property detail
addressproperty
public var address:String

Full address for the placemark.

addressDetailsproperty 
public var addressDetails:Object

Address details object.

pointproperty 
public var point:LatLng

LatLng for the address.

Constructor detail
Placemark()constructor
public function Placemark()

Constructor. Creates an empty placemark object.

Method detail
toString()method
public function toString():String

Returns a string representation of the placemark of the form "address"

Returns
String