A site containing one or more facilities for a floor-aware map or scene. More...
|  Header |  #include <Floor | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.12.
Public Functions
| virtual | ~ | 
|  QList | facilities() const | 
|  Esri | geometry() const | 
| QString | name() const | 
| QString | site | 
Detailed Description
A site is the largest space designation in the ArcGIS Indoors Information Model and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities. You can get the collection of sites from the FloorManager associated with a floor-aware map or scene.
See also Esri::ArcGISRuntime::FloorManager::sites.
Member Function Documentation
[override virtual] FloorSite::~FloorSite  ()  
Destructor.
QList<Esri::ArcGISRuntime::FloorFacility     *> FloorSite::facilities() const   
Returns the collection of facilities contained within the site, sorted by name.
Esri::ArcGISRuntime::Geometry    FloorSite::geometry() const  
Returns the site geometry.
QString FloorSite::name() const  
Returns the site name.
QString FloorSite::siteId () const  
Returns the site ID.