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. | |
Class is used for representing certain polygon within the location Polygon.
Definition at line 18 of file location_polygon.dart.
LocationPolygon.LocationPolygon | ( | this. | polygon, |
this. | locationId, | ||
this. | sublocationId ) |
Default constructor.
int LocationPolygon.locationId |
location polygon location identifier.
Definition at line 32 of file location_polygon.dart.
Polygon LocationPolygon.polygon |
Metrics polygon Polygon.
Definition at line 26 of file location_polygon.dart.
int LocationPolygon.sublocationId |
location polygon sublocation identifier.
Definition at line 38 of file location_polygon.dart.