recenter method

Future<void> recenter()

Animate the camera to current location of the user.

Implementation

Future<void> recenter() {
  return _vietmapGLPlatform.recenter();
}