Options
Last updated
Last updated
© flutter_map Authors & Maintainers
The options
property takes a MapOptions()
object.
This is where you'll configure most of your global map settings, but not settings that depend on, or affect a specific, map layer.
None of the options are required, but the options property on the FlutterMap()
is required.