menu
geoxml package
documentation
geoxml.dart
Wpt
coordinateEqual method
coordinateEqual method
dark_mode
light_mode
coordinateEqual
method
bool
coordinateEqual
(
Wpt
other
)
Implementation
bool coordinateEqual(Wpt other) => other.lat == lat && other.lon == lon && other.ele == ele;
geoxml package
documentation
geoxml
Wpt
coordinateEqual method
Wpt class