updateMyLocationTrackingMode method
Updates user location tracking mode.
The returned Future completes after the change has been made on the platform side.
Implementation
Future<void> updateMyLocationTrackingMode(
MyLocationTrackingMode myLocationTrackingMode) async {
return _vietmapGLPlatform
.updateMyLocationTrackingMode(myLocationTrackingMode);
}