Package | com.google.maps.services |
Class | public dynamic class Placemark |
Property | Defined by | ||
---|---|---|---|
address : String
Full address for the placemark.
| Placemark | ||
addressDetails : Object
Address details object.
| Placemark | ||
point : LatLng
LatLng for the address.
| Placemark |
Method | Defined by | ||
---|---|---|---|
Constructor.
| Placemark | ||
toString():String
Returns a string representation of the placemark of the form
"address"
| Placemark |
address | property |
public var address:String
Full address for the placemark.
addressDetails | property |
public var addressDetails:Object
Address details object.
point | property |
public var point:LatLng
LatLng for the address.
Placemark | () | constructor |
public function Placemark()
Constructor. Creates an empty placemark object.
toString | () | method |
public function toString():String
Returns a string representation of the placemark of the form "address"
ReturnsString |