Class is used for representing certain polyline within the location Polyline. More...
Public Member Functions | |
| LocationPolyline (this.polyline, this.locationId, this.sublocationId) | |
| Default constructor. | |
Public Attributes | |
| Polyline | polyline |
| Metrics polyline Polyline. | |
| int | locationId |
| location polyline location identifier. | |
| int | sublocationId |
| location polyline sublocation identifier. | |
Class is used for representing certain polyline within the location Polyline.
Definition at line 18 of file location_polyline.dart.
| LocationPolyline.LocationPolyline | ( | this. | polyline, |
| this. | locationId, | ||
| this. | sublocationId ) |
Default constructor.
| int LocationPolyline.locationId |
location polyline location identifier.
Definition at line 32 of file location_polyline.dart.
| Polyline LocationPolyline.polyline |
Metrics polyline Polyline.
Definition at line 26 of file location_polyline.dart.
| int LocationPolyline.sublocationId |
location polyline sublocation identifier.
Definition at line 38 of file location_polyline.dart.