Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites

SiteInfo

Information about a site.

Declaration

public readonly struct SiteInfo : ValueType

Constructors

public SiteInfo(string id, string name, string status, string organizationId, double latitude, double longitude, bool hasLocation, string parentSiteId)

Properties

NameTypeSummary
readonly HasLocationbool
Whether the site has a valid location (latitude/longitude).
readonly Idstring
The unique identifier for the site.
readonly Latitudedouble
The latitude of the site's location.
Only valid if HasLocation is true.
readonly Longitudedouble
The longitude of the site's location.
Only valid if HasLocation is true.
readonly Namestring
The site's name.
readonly OrganizationIdstring
The organization ID this site belongs to.
readonly ParentSiteIdstring
The parent site ID, or null if this is a top-level site.
readonly Statusstring
The site's status.