data class PhysicalLocation
A labelled WorldCoordinate, where the label is human meaningful. For example, the name of the nearest city. Labels should not refer to non-landmarks, for example, they should not contain the names of organisations.
<init> |
PhysicalLocation(coordinate: WorldCoordinate, description: String) A labelled WorldCoordinate, where the label is human meaningful. For example, the name of the nearest city. Labels should not refer to non-landmarks, for example, they should not contain the names of organisations. |
coordinate |
val coordinate: WorldCoordinate |
description |
val description: String |