Class TaxiSpecification

  • java.lang.Object
    • com.here.sdk.transport.TaxiSpecification

  • public final class TaxiSpecification
    extends java.lang.Object

    Taxi specific settings.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean allowDriveThroughTaxiRoads
      Specifies if a vehicle is allowed to drive through the taxi-only roads and lanes.
    • Constructor Summary

      Constructors 
      Constructor Description
      TaxiSpecification()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allowDriveThroughTaxiRoads

        public boolean allowDriveThroughTaxiRoads

        Specifies if a vehicle is allowed to drive through the taxi-only roads and lanes. When set to false, it is still allowed on taxi roads after the route start and before the route destination. Defaults to true.

    • Constructor Detail

      • TaxiSpecification

        public TaxiSpecification()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object