toString method
- @override
override
Returns a string representation of this object.
Implementation
@override
String toString() {
return 'LatestLocation{location: $location, coordType: $coordType, floor: $floor, distance: $distance, objectName: $objectName, radius: $radius, locTime: $locTime, direction: $direction, speed: $speed, height: $height, columns: $columns}';
}