MFMapCreatedCallback typedef

MFMapCreatedCallback = void Function(MFMapViewController controller)

Pass to Map4dMap.onMapCreated to receive a MFMapViewController when the map is created.

Implementation

typedef void MFMapCreatedCallback(MFMapViewController controller);