PopupController class abstract
Used to programmatically show/hide popups and find out which markers have visible popups.
Constructors
- PopupController.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hideAllPopups(
{bool disableAnimation = false}) → void - Hide all popups that are showing.
-
hidePopupsOnlyFor(
List< Marker> markers, {bool disableAnimation = false}) → void - Hide popups showing for any of the given markers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showPopupsAlsoFor(
List< Marker> markers, {bool disableAnimation = false}) → void -
Show the popups for the given
markers
. If a popup is already showing for a given marker it remains visible. -
showPopupsOnlyFor(
List< Marker> markers, {bool disableAnimation = false}) → void -
Show the popups only for the given
markers
. All other popups will be hidden. If a popup is already showing for a given marker it remains visible. -
togglePopup(
Marker marker, {bool disableAnimation = false}) → void -
Hide the popup if it is showing for the given
marker
, otherwise show it for thatmarker
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited