GeoPoint
A point in a spherical coordinate system that, together with a geodetic coordinate system (e.g. WGS84), points to a point on the Earth's surface. This structure is not tied to a specific geodetic coordinate system. But this module contains free functions that operate on this structure already in a specific coordinate system (in which one, see the documentation for the functions).
GeoPoint(latitude: Latitude, longitude: Longitude)
A point in a spherical coordinate system that, together with a geodetic coordinate system (e.g. WGS84), points to a point on the Earth's surface. This structure is not tied to a specific geodetic coordinate system. But this module contains free functions that operate on this structure already in a specific coordinate system (in which one, see the documentation for the functions).