poiLong property

double poiLong

Implementation

double get poiLong => _poiLong;
void poiLong=(double value)

Implementation

set poiLong(double value) {
  _poiLong = value;
  notifyListeners();
}