LocationData

@Serializable
data class LocationData(val latitude: Double, val longitude: Double)

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard