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