Class TransportProfile

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

public final class TransportProfile extends Object

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

      Defines the pedestrian profile.

    • vehicleProfile

      @Nullable public VehicleProfile vehicleProfile

      Defines the vehicle profile.

  • Constructor Details

    • TransportProfile

      public TransportProfile()

      Creates a new instance.

  • Method Details