SetDestination

data class SetDestination(val point: Point?, val address: String, val name: String, val category: Category?) : NavigationManagerIntent

Constructors

Link copied to clipboard
constructor(point: Point?, address: String, name: String, category: Category?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val point: Point?