setSublocationId abstract method
@brief Method is used to switch the location view between sublocations (e.g., floors). @param id Sublocation unique identifier @see Sublocation "Sublocation".
Dart code snippet: @snippet location_window_common_example.dart dart_LocationWindow_setSublocationId
Implementation
void setSublocationId(int id);