- public bool equal (Place b)
Compare two Place instances for equality.
- public unowned string get_administrative_area ()
Gets the local administrative area of the
this.
- public unowned string get_area ()
Gets the area of the this.
- public unowned BoundingBox get_bounding_box ()
Gets the bounding box for the place this
.
- public unowned string get_building ()
Gets the building of the this.
- public unowned string get_continent ()
Gets the continent of the this.
- public unowned string get_country ()
Gets the country of the this.
- public unowned string get_country_code ()
Gets the ISO-3166 country code of the this
.
- public unowned string get_county ()
Gets the county of the this.
- public unowned Icon get_icon ()
Gets the Icon representing the
this.
- public unowned Location get_location ()
Gets the associated location object.
- public unowned string get_name ()
Gets the name of the this.
- public unowned string get_osm_id ()
Gets the OpenStreetMap ID of the this
.
- public PlaceOsmType get_osm_type ()
Gets the OpenStreetMap type of the this
.
- public PlaceType get_place_type ()
Gets the type of the this.
- public unowned string get_postal_code ()
Gets the postal code of the this.
- public unowned string get_state ()
Gets the state of the this.
- public unowned string get_street ()
Gets the street of the this.
- public unowned string get_street_address ()
Gets the street address of the this.
- public unowned string get_town ()
Gets the town of the this.
- public void set_administrative_area (string admin_area)
Sets the local administrative area of this
to admin_area
.
- public void set_area (string area)
Sets the area of this to area
.
- public void set_bounding_box (BoundingBox bbox)
- public void set_building (string building)
Sets the building of this to
building
.
- public void set_continent (string continent)
Sets the continent of this to
continent
.
- public void set_country (string country)
Sets the country of this to
country
.
- public void set_country_code (string country_code)
Sets the ISO country code of this to
country_code
.
- public void set_county (string county)
Sets the county of this to
county
.
- public void set_location (Location location)
Sets the location of this to
location
.
- public void set_name (string name)
Sets the name of the this to
name
.
- public void set_postal_code (string postal_code)
Sets the postal code of this to
postal_code
.
- public void set_state (string state)
Sets the state of this to
state
.
- public void set_street (string street)
Sets the street of this to
street
.
- public void set_street_address (string street_address)
Sets the street address of this to
street_address
.
- public void set_town (string town)
Sets the town of this to town
.