EntryPoint

@Serializable
data class EntryPoint(val type: String? = null, val functions: List<String>? = null, val position: LatLon? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, functions: List<String>? = null, position: LatLon? = null)

Properties

Link copied to clipboard
val functions: List<String>? = null
Link copied to clipboard
val position: LatLon? = null
Link copied to clipboard
val type: String? = null