followUser method
void
followUser()
Tells the map to keep the camera centered on the user position.
Implementation
void followUser() async {
_sendMessage(WV_MESSAGE_CAMERA_FOLLOW_USER, {"value": true});
}
Tells the map to keep the camera centered on the user position.
void followUser() async {
_sendMessage(WV_MESSAGE_CAMERA_FOLLOW_USER, {"value": true});
}