Class PedestrianProfile

  • java.lang.Object
    • com.here.sdk.core.PedestrianProfile

  • public final class PedestrianProfile
    extends java.lang.Object

    Contains values of pedestrian profile. This is a BETA feature and thus there can be bugs and unexpected behavior.

    • Constructor Summary

      Constructors 
      Constructor Description
      PedestrianProfile()
      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

      • walkingSpeedInMetersPerSecond

        public double walkingSpeedInMetersPerSecond

        Defines the walking speed in meters per second. By default this value is 1 meter per second.

    • Constructor Detail

      • PedestrianProfile

        public PedestrianProfile()

        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