addPoints abstract method
- List<
PointData> points
Adds new points to the data source.
Altitude of the points coordinates is ignored.
pointsPoint positions.
Implementation
void addPoints(List<PointData> points);
Adds new points to the data source.
Altitude of the points coordinates is ignored.
points Point positions.void addPoints(List<PointData> points);