flutter_map_marker_popup
library
Classes
-
MarkerCenterAnimation
-
-
MarkerTapBehavior
-
Controls what happens when a Marker is tapped.
-
-
Used to programmatically show/hide popups and find out which markers
have visible popups.
-
Controls the appearance of popups.
-
PopupLayer displays the visible popups in the context's PopupState. It is
useful when you wish to display other widgets on top of markers but below
their popups or for plugins which manage markers themselves and only need
to display popups. This layer is a FlutterMap layer and therefore requires
MapController to be present in the build context.
-
-
-
Looks for a PopupState in the current BuildContext or creates a new one.
Events emitted by the provided PopupController are applied to the
PopupState.
-
Contains the data relevant for constructing a popup.
-