pointsCount property
num
get
pointsCount
This read-only property returns the number of points in the route.
Implementation
_i2.num get pointsCount => _i4.getProperty(
this,
'pointsCount',
);
set
pointsCount
(num value)
Implementation
set pointsCount(_i2.num value) {
_i4.setProperty(
this,
'pointsCount',
value,
);
}