Class CurrentSituationLaneView

java.lang.Object
com.here.sdk.navigation.CurrentSituationLaneView

public final class CurrentSituationLaneView extends Object

A class that provides current situation lane assistance view information for the street at the current position of a single lane.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • access

      @NonNull public LaneAccess access

      Indicates which vehicle types can access this lane.

    • directionCategory

      @NonNull public LaneDirectionCategory directionCategory

      Indicates towards which directions this lane leads.

    • type

      @NonNull public LaneType type

      Indicates this lane's properties.

    • laneMarkings

      @NonNull public LaneMarkings laneMarkings

      Indicates the lane markings between the lanes.

    • directions

      @NonNull public List<LaneDirection> directions

      Indicates which lane directions are available for this lane.

    • directionsOnRoute

      @NonNull public List<LaneDirection> directionsOnRoute

      Indicates which lane directions are on the route. Following those directions keeps the driver on the route.

  • Constructor Details

    • CurrentSituationLaneView

      public CurrentSituationLaneView(@NonNull LaneAccess access, @NonNull LaneDirectionCategory directionCategory, @NonNull LaneType type)

      Creates a new instance.

      Parameters:
      access -

      Indicates which vehicle types can access this lane.

      directionCategory -

      Indicates towards which directions this lane leads.

      type -

      Indicates this lane's properties.

  • Method Details