Loading...
Searching...
No Matches
LocationPolygon Class Reference

Class is used for representing certain polygon within the location Polygon. More...

Public Member Functions

 LocationPolygon (this.polygon, this.locationId, this.sublocationId)
 Default constructor.
 

Public Attributes

Polygon polygon
 Metrics polygon Polygon.
 
int locationId
 location polygon location identifier.
 
int sublocationId
 location polygon sublocation identifier.
 

Detailed Description

Class is used for representing certain polygon within the location Polygon.

Definition at line 18 of file location_polygon.dart.

Constructor & Destructor Documentation

◆ LocationPolygon()

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

Default constructor.

Member Data Documentation

◆ locationId

int LocationPolygon.locationId

location polygon location identifier.

Definition at line 32 of file location_polygon.dart.

◆ polygon

Polygon LocationPolygon.polygon

Metrics polygon Polygon.

Definition at line 26 of file location_polygon.dart.

◆ sublocationId

int LocationPolygon.sublocationId

location polygon sublocation identifier.

Definition at line 38 of file location_polygon.dart.


The documentation for this class was generated from the following file: