addOnFloorUpdateListener method

void addOnFloorUpdateListener(
  1. OnFloorUpdateListener listener
)

Add a listener object to catch floor changes made by either the user or the positioning service

Implementation

void addOnFloorUpdateListener(OnFloorUpdateListener listener) {
  MapcontrolPlatform.instance.addOnFloorUpdateListener(listener);
}