LocationPolygon constructor

LocationPolygon(
  1. Polygon polygon,
  2. int locationId,
  3. int sublocationId
)

@brief Default constructor

Implementation

LocationPolygon(this.polygon, this.locationId, this.sublocationId);