gpsCoordinates property

GpsCoordinates get gpsCoordinates

The GPS coordinates of the base station

Implementation

GpsCoordinates get gpsCoordinates => GpsCoordinates(
  latitude: latitude,
  longitude: longitude,
  altitude: altitude,
);