setCurrentLocation method

void setCurrentLocation(
  1. Location location
)

Tells the MapView where the user is located at.

Implementation

void setCurrentLocation(Location location) {
  _sendMessage(WV_MESSAGE_LOCATION, location.toMap());
}