Location

data class Location(val latitude: Double, val longitude: Double, val address: LocationAddress? = null) : StoryAreaType

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, address: LocationAddress? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: StoryAreaType.Type