MapstedPolygon

constructor(propertyId: Int, buildingId: Int, floorId: Int, poses: MapPosVector, holes: MapPosVectorVector, style: PolygonStyle)

Constructor to create a Polygon object

Parameters

propertyId

PropertyId of the polygon

buildingId

BuildingId of the polygon

floorId

FloorId of the polygon

poses

Map position vector for the polygon

holes

Vector of map position vectors representing the holes in Polygon if any

style

Style for the polygon


constructor(buildingId: Int, floorId: Int, poses: MapPosVector, style: PolygonStyle)

Constructor to create a Polygon object

Parameters

buildingId

BuildingId of the polygon

floorId

FloorId of the polygon

poses

Map position vector for the polygon

style

Style for the polygon