just_mf_map library

Typedefs

MapCreatedCallback = void Function(MFMapViewController controller)
Pass to Map4dMap.onMapCreated to receive a MFMapViewController when the map is created.
MFCameraPositionCallback = void Function(MFCameraPosition position)
Callback that receives updates to the camera position. This is used in MFMapView.onCameraMove.
MFLatLngCallback = void Function(MFLatLng coordinate)
MFMapBuildingCallback = void Function(String buildingId, String name, MFLatLng location)
MFMapPOICallback = void Function(String placeId, String name, MFLatLng location)