PopupMarkerLayerOptions class

Inheritance

Constructors

PopupMarkerLayerOptions({List<Marker> markers = const [], PopupSnap popupSnap = PopupSnap.top, required PopupBuilder popupBuilder, dynamic popupController, dynamic rebuild})
Show the list of markers on the map with a popup that is shown when a marker is tapped or via the popupController.

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
markers List<Marker>
final
popupBuilder PopupBuilder
final
popupController PopupController
final
popupSnap PopupSnap
final
rebuild Stream<Null>?
finalinherited
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