Returns a nice string representing the coordinate. @return {string} In the form (50, 73). @override
@override String toString() { return "(" + this.lat.toString() + ", " + this.lon.toString() + ")"; }