PopupSnap enum

Inheritance

Constructors

PopupSnap()
const

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
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<PopupSnap>
A constant List of the values in this enum, in order of their declaration.