poiLat property

double poiLat

Implementation

double get poiLat => _poiLat;
void poiLat=(double value)

Implementation

set poiLat(double value) {
  _poiLat = value;
  notifyListeners();
}