MapPopup
A standalone popup anchored to a geographic coordinate, independent of any marker. Toggle visibility programmatically via IsOpen and bind to IsOpenChanged to react when the user closes it.
Installation
dotnet add package Lumeo.Maps
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <MapPopup />
Satellite package.
MapPopup lives in
Lumeo.Maps — install it alongside the core Lumeo package.
Place it inside a <Map> ChildContent slot.
For marker-attached popups use the Popup slot on MapMarker instead.
When to Use
- Showing rich contextual information at a specific lat/lon without a visible marker
- Displaying a location info panel triggered by an external button or list item
- Pinning a persistent info card to a geographic coordinate (e.g., a selected search result)
- Building custom "click-anywhere" detail panels on top of the map