tripkit-android / com.skedgo.tripkit.location / GeoPoint

GeoPoint

data class GeoPoint

Represents a point on the Earth's surface, in latitude and longitude coordinates. Nothing more!

Constructors

Name Summary
<init> Represents a point on the Earth's surface, in latitude and longitude coordinates. Nothing more!GeoPoint(latitude:Double= 0.0, longitude:Double= 0.0)

Properties

Name Summary
latitude val latitude:Double
longitude val longitude:Double