Class PedestrianSpecification

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

  • public final class PedestrianSpecification
    extends java.lang.Object

    Pedestrian specific settings.

    • 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

      • walkingSpeedInMetersPerSecond

        public double walkingSpeedInMetersPerSecond

        Walking speed in meters per second. The provided value must be in the range [0.5, 2.0]. Defaults to a speed of 1 meter per second.

    • Constructor Detail

      • PedestrianSpecification

        public PedestrianSpecification()

        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