Class Crosswalk

java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.Crosswalk

public final class Crosswalk extends NativeBase

Represents crosswalk's inside the VenueLevel. A crosswalk is an area of the road surface where pedestrians are expected to walk across the road. The area is represented as a polygon, which is often, but not necessarily, rectangular and oriented with the shorter dimension in the vehicle's direction of travel.

  • Method Details

    • getClassificationStyle

      @NonNull public Crosswalk.ClassificationStyle getClassificationStyle()

      Gets the crosswalk Classification style.

      Returns:

      Gets crosswalk Classification style.

    • getIdentifier

      @NonNull public String getIdentifier()

      Gets an id of the Crosswalk.

      Returns:

      The id of the Crosswalk.

    • getLevel

      @NonNull public VenueLevel getLevel()

      Gets a parent level of the crosswalk.

      Returns:

      The parent level of the crosswalk.