Crosswalk (API Reference)
Package com.here.sdk.venue.data
Class Crosswalk
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.Crosswalk
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAvailable Classification styles. -
Method Summary
Modifier and TypeMethodDescriptionGets the crosswalk Classification style.Gets an id of the Crosswalk.getLevel()Gets a parent level of the crosswalk.
-
Method Details
-
getClassificationStyle
Gets the crosswalk Classification style.
- Returns:
Gets crosswalk Classification style.
-
getIdentifier
Gets an id of the Crosswalk.
- Returns:
The
idof the Crosswalk.
-
getLevel
Gets a parent level of the crosswalk.
- Returns:
The parent level of the crosswalk.
-