selectBuilding method

void selectBuilding(
  1. String identifier
)

Selects the given Building in the map. To set the initial Building use MapViewConfiguration.

Implementation

void selectBuilding(String identifier) async {
  _sendMessage(
      WV_MESSAGE_CARTOGRAPHY_SELECT_BUILDING, {"identifier": identifier});
}