OnLocationSelectedListener typedef

OnLocationSelectedListener = void Function(MPLocation? location)

Listener that is invoked when a MPLocation is selected

Implementation

typedef OnLocationSelectedListener = void Function(MPLocation? location);