LocationData

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

Data object for location segment.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard