Polygon on the location view in WGS84 coordinates. More...
Public Member Functions | |
| LocationPolygon (this.points, this.sublocationId) | |
| Default constructor. | |
Public Attributes | |
| List< GlobalPoint > | points |
| Ring vertices in WGS84 GlobalPoint. | |
| int | sublocationId |
| Floor this polygon is attached to, or null for the outdoor map. | |
Polygon on the location view in WGS84 coordinates.
Dart code snippet:
Definition at line 30 of file location_polygon.dart.
| LocationPolygon.LocationPolygon | ( | this. | points, |
| this. | sublocationId ) |
Default constructor.
| List<GlobalPoint> LocationPolygon.points |
Ring vertices in WGS84 GlobalPoint.
Definition at line 38 of file location_polygon.dart.
| int LocationPolygon.sublocationId |
Floor this polygon is attached to, or null for the outdoor map.
Definition at line 44 of file location_polygon.dart.