Skip to content

site

Syntax

site = <site_id>,<latitude>,<longitude>

Parameters

<site_id>
The integer ID of the site.
<latitude>
The latitude of the site.
<longitude>
The longitude of the site.

Description

A place property that sets a site (i.e. an instance) of the place type. A place type often has multiple sites. Agents congregate at sites for a given place type.

Examples

A site can be defined for the place, MyPlace, with the following:

place MyPlace {
    site = 0, 40.451164, -79.999803
}

Using the syntax below, multiple sites can be defined at the same time:

place MyPlace {
    site = 0, 40.451164, -79.999803
    site = 1, 40.626449, -79.723195
}

See Also