Loading...
Searching...
No Matches
LocationPolyline Class Reference

Polyline on the location view in WGS84 coordinates. More...

Public Member Functions

 LocationPolyline (this.points, this.sublocationId)
 Default constructor.
 

Public Attributes

List< GlobalPointpoints
 Vertices in WGS84 GlobalPoint.
 
int sublocationId
 Floor this polyline is attached to, or null for the outdoor map.
 

Detailed Description

Polyline on the location view in WGS84 coordinates.

Dart code snippet:

List<GlobalPoint> linePts = [
GlobalPoint(55.751, 37.617),
GlobalPoint(55.753, 37.620),
];
LocationPolyline locationPolyline = LocationPolyline(linePts, 7);
print("LocationPolyline points ${locationPolyline.points.length}");

Definition at line 30 of file location_polyline.dart.

Constructor & Destructor Documentation

◆ LocationPolyline()

LocationPolyline.LocationPolyline ( this. points,
this. sublocationId )

Default constructor.

Member Data Documentation

◆ points

List<GlobalPoint> LocationPolyline.points

Vertices in WGS84 GlobalPoint.

Definition at line 38 of file location_polyline.dart.

◆ sublocationId

int LocationPolyline.sublocationId

Floor this polyline is attached to, or null for the outdoor map.

Definition at line 44 of file location_polyline.dart.


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