Position

data class Position(var lat: Double?, var lng: Double? = 0.0)

Constructors

Link copied to clipboard
constructor(lat: Double?, lng: Double? = 0.0)

Properties

Link copied to clipboard
@SerializedName(value = "lat")
var lat: Double?
Link copied to clipboard
@SerializedName(value = "lng")
var lng: Double?