The options property takes a MapOptions() object.
options
MapOptions()
FlutterMap( options: MapOptions( ... ), );
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.
FlutterMap()
Last updated 2 years ago
Was this helpful?