Class TransportProfile

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

  • public final class TransportProfile
    extends java.lang.Object

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

    • Field Detail

      • pedestrianProfile

        @NonNull
        public PedestrianProfile pedestrianProfile

        Defines the pedestrian profile.

      • vehicleProfile

        @Nullable
        public VehicleProfile vehicleProfile

        Defines the vehicle profile.

    • Constructor Detail

      • TransportProfile

        public TransportProfile()

        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