Place.with_location
Description:
[
CCode ( has_construct_function =
false ) ]
public Place.with_location (
string name,
PlaceType place_type,
Location location)
Creates a new Place object.
Parameters:
name |
the name of place
|
place_type |
the type of place
|
location |
the location info for the place
|
Returns:
a new Place object. Use unref when done.
|