setSublocationId abstract method

void setSublocationId(
  1. int id
)

Method is used to switch the location view between sublocations (e.g., floors). id Sublocation unique identifier Sublocation.

Example:

// Set sublocation ID to switch between floors
_locationWindow!.setSublocationId(1);
print("Set sublocation ID to 1 (first floor)");

Implementation

void setSublocationId(int id);