/tripkit/TripKitDomain/com.skedgo.tripkit.location

Package-level declarations

Types

Name Summary
GeoPoint [jvm]
data class GeoPoint(val latitude: Double = 0.0, val longitude: Double = 0.0)
Represents a point on the Earth's surface, in latitude and longitude coordinates. Nothing more!