Place

Constructors

this
this()

Creates a new place.

Members

Properties

address
PostalAddress address [@property getter]

Gets the address.

address
PostalAddress address [@property setter]

Sets the address.

name
string name [@property getter]

Gets the name.

name
string name [@property setter]

Sets the name.

Inherited Members

From SchemaObject

_isChild
bool _isChild;

Boolean determining whether the object is a child or not.

isRoot
bool isRoot [@property getter]

Gets a boolean determining whether the schema object is a root object or not.

addField
void addField(string key, T schemaObject)

Adds a schema object field to the schema object.

addField
void addField(string key, T[] values)

Adds an array of schema objects to the schema object.

addField
void addField(string key, T value)

Adds a field to the schema object.

removeField
void removeField(string key)

Removes a field from the schema object.

toString
string toString()

Converts the schema object to a string that represent a JSON-LD object.

Meta