ObjectsOnRoadDetailedInformation
public class ObjectsOnRoadDetailedInformation : DetailedHazardInformationDetailed information for objects on road.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  Initializes a ObjectsOnRoadDetailedInformation.DeclarationSwift public init(animals: Bool?, people: Bool?)ParametersanimalsSpecifies if obstacle caused by animals. peopleSpecifies if obstacle caused by people. 
- 
                  
                  True if the obstacle on the road is one or more animals. False, if the obstacle is not an animal. Nil means that the service does not know if it is an animal or not. DeclarationSwift public let animals: Bool?
- 
                  
                  True if the obstacle on the road 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. DeclarationSwift public let people: Bool?
- 
                  
                  Implements method to check two ObjectsOnRoadDetailedInformationobjects for equality.DeclarationSwift public static func == (lhs: ObjectsOnRoadDetailedInformation, rhs: ObjectsOnRoadDetailedInformation) -> BoolParameterslhsA value to compare. rhsAnother value to compare. Return ValueTrue if both ObjectsOnRoadDetailedInformationare equal.
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         ObjectsOnRoadDetailedInformation
          ObjectsOnRoadDetailedInformation