Extends
- Service
Methods
# async getDerivedGeometries(solutionId, venuesopt, floorIndexopt, typesopt) → {array}
Get derived geometries.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
solutionId |
string
|
|||
venues |
Array:.<string:>
|
<optional> |
||
floorIndex |
number
|
<optional> |
||
types |
Array:.<('wall':|'extrusion':)>
|
<optional> |
['wall', 'extrusion'] |
array
# async getDerivedGeometriesWithin(venueId, floorIndex, bbox, appUserRoleIds, typesopt, onlyOutdooropt) → {Promise:.<array:>}
Get derived geometries within a bounding box.
Parameters:
# async getFloorPlan(solutionId, venueId, floorIndex) → {Promise:.<GeoJSON.FeatureCollection:>}
Get the floor plan for a given floorIndex.
Parameters:
Name | Type | Description |
---|---|---|
solutionId |
string
|
|
venueId |
string
|
|
floorIndex |
number
|