ObjectsOnRoad

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

Represents a hazard due to objects on the road.

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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String