For the complete documentation index, see llms.txt. This page is also available as Markdown.

Circle Layer

We're writing this documentation page now! Please hold tight for now, and refer to older documentation or look in the API Reference.

You can add circle polygons to maps to users using CircleLayer().

FlutterMap(
    options: MapOptions(),
    children: [
        CircleLayer(
            circles: [],
        ),
    ],
),

Last updated

Was this helpful?