Returns a hash code for this GeoPoint.
@override int get hashCode => latitude.hashCode ^ longitude.hashCode;