ObjectsOnRoad

data class ObjectsOnRoad(val animal: Boolean?, val people: Boolean?) : DetailedHazardInformation

Constructors

Link copied to clipboard
constructor(animal: Boolean?, people: Boolean?)

Properties

Link copied to clipboard

True, if the obstacle is one or more animals. False, if the obstacle is not an animal. Not available means that the service does not know if it is an animal or not.

Link copied to clipboard

True if obstacle is caused by people. False if there are no people causing an obstacle. Not available means that the service does not know if there are people or not.