selectCar method

void selectCar()

Selects a point saved as find my car on the map.

To use it, the feature 'Find My Car' must be enabled.

Implementation

void selectCar() async {
  _sendMessage(WV_MESSAGE_CARTOGRAPHY_SELECT_CAR, {});
}