Crosswalk class abstract
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.
Constructors
Properties
- classificationStyle → CrosswalkClassificationStyle
-
Gets crosswalk Classification style.
Gets the crosswalk Classification style.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
The
idof the Crosswalk. Gets an id of the Crosswalk.no setter - level → VenueLevel
-
The parent level of the crosswalk.
Gets a parent level of the crosswalk.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited