Class TransportProfile
Package com.here.sdk.core
Class TransportProfile
- java.lang.Object
-
- com.here.sdk.core.TransportProfile
-
public final class TransportProfile extends java.lang.ObjectContains values of transport profile. This is a BETA feature and thus there can be bugs and unexpected behavior.
-
-
Field Summary
Fields Modifier and Type Field Description PedestrianProfilepedestrianProfileDefines the pedestrian profile.VehicleProfilevehicleProfileDefines the vehicle profile.
-
Constructor Summary
Constructors Constructor Description TransportProfile()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
pedestrianProfile
@NonNull public PedestrianProfile pedestrianProfile
Defines the pedestrian profile.
-
vehicleProfile
@Nullable public VehicleProfile vehicleProfile
Defines the vehicle profile.
-
-