PopupSnap enum
Values
- markerLeft → const PopupSnap
-
Snap the popup to the marker's left edge.
- markerTop → const PopupSnap
-
Snap the popup to the marker's top edge.
- markerRight → const PopupSnap
-
Snap the popup to the marker's right edge.
- markerBottom → const PopupSnap
-
Snap the popup to the marker's bottom edge.
- markerCenter → const PopupSnap
-
Position the popup centered over the marker.
- mapLeft → const PopupSnap
-
Snap the popup to the left of the map.
- mapTop → const PopupSnap
-
Snap the popup to the top of the map.
- mapRight → const PopupSnap
-
Snap the popup to the right of the map.
- mapBottom → const PopupSnap
-
Snap the popup to the bottom of the map.
- mapCenter → const PopupSnap
-
Snap the popup to the center of the map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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