recenter method
Animate the camera to current location of the user.
Implementation
Future<void> recenter() {
return _vietmapGLPlatform.recenter();
}
Animate the camera to current location of the user.
Future<void> recenter() {
return _vietmapGLPlatform.recenter();
}