Place

data class Place(val name: String, val address: String? = null, val point: Point) : Poi

Constructors

Link copied to clipboard
constructor(name: String, address: String? = null, point: Point)

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard
Link copied to clipboard
open override val point: Point