MatchSideOfStreet enum

Specifies how the location set by Waypoint.sideOfStreetHint should be handled.

This setting might affect the geometry of the resulting route.

Values

always → const MatchSideOfStreet

Always prefer the given side of street regardless if the street has dividers. Use this value if you know that the user is willing to take a longer route in order to ensure arriving at the correct side of the street.

onlyIfDivided → const MatchSideOfStreet

Only prefer using side of street set by street hint in case the street has dividers. This is the default setting and it is recommended for most use cases.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<MatchSideOfStreet>
A constant List of the values in this enum, in order of their declaration.