OnBuildingFoundAtCameraTargetListener typedef

OnBuildingFoundAtCameraTargetListener = void Function(MPBuilding? building)

Listener that is invoked when a building is found within the camera bounds

Implementation

typedef OnBuildingFoundAtCameraTargetListener = void Function(
    MPBuilding? building);