flutter_map Documentation
GitHub
pub.dev
Discord
Search…
flutter_map
Getting Started
Installation
Additional Setup
Examples
How Does It Work?
Usage
The Basics
Options
Recommended Options
Other Options
Layers
Controller
Full API Reference
Plugins
Plugins List
Making A Plugin
Tile Servers
Using Mapbox
Using Thunderforest
Using Google Maps
Other Options
FAQs
Late Initialization Errors
Performance Issues
Other Questions
Migration
To v2.1.0, v2.2.0
To v2.0.0
Older Versions
Contributing
Credits
Powered By
GitBook
Options
The
options
property takes a
MapOptions()
object.
FlutterMap
(
options
:
MapOptions
(
...
),
);
This is where you'll configure most of your map viewport settings, but not settings that depend on a map layer.
None of the options are required, but the options property on the
FlutterMap()
is required.
Recommended Options
Other Options
Usage - Previous
The Basics
Next
Recommended Options
Last modified
6d ago
Export as PDF
Copy link
Edit on GitHub