menu
autonomy
interfaces
GpsInterface
isNear method
isNear
brightness_4
brightness_5
description
isNear
method
bool
isNear
(
GpsCoordinates
other
)
Implementation
bool isNear(GpsCoordinates other) => coordinates.isNear(other);
autonomy
interfaces
GpsInterface
isNear method
GpsInterface class