Lumeo

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 />

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

or click the map to close

API Reference

MapPopup