HistoryPoint

data class HistoryPoint(val latitude: Double, val longitude: Double)

HistoryPoint.

Constructors

Link copied to clipboard
fun HistoryPoint(latitude: Double, longitude: Double)

Properties

Link copied to clipboard
val latitude: Double

coordinate of the search point

Link copied to clipboard
val longitude: Double

coordinate of the search point