MapController constructor

MapController()

Controller to programmatically interact with FlutterMap, such as controlling it and accessing some of its properties.

See https://docs.fleaflet.dev/usage/controller#initialisation for information how to set-up and connect a controller to a map widget instance.

Factory constructor redirects to underlying implementation's constructor.

Implementation

factory MapController() = MapControllerImpl;