Class TransportProfile

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

@Deprecated public final class TransportProfile extends Object
Deprecated.

Will be removed in v4.28.0. Use TransportSpecification instead.

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

  • Field Details

    • pedestrianProfile

      @NonNull public PedestrianProfile pedestrianProfile
      Deprecated.

      Defines the pedestrian profile.

    • vehicleProfile

      @Nullable public VehicleProfile vehicleProfile
      Deprecated.

      Defines the vehicle profile.

  • Constructor Details

    • TransportProfile

      public TransportProfile()
      Deprecated.

      Creates a new instance.

  • Method Details

    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object