getVisibleRegion method
This method returns the boundaries of the region currently displayed in the map.
Implementation
Future<LatLngBounds> getVisibleRegion() async {
return _vietmapGLPlatform.getVisibleRegion();
}
This method returns the boundaries of the region currently displayed in the map.
Future<LatLngBounds> getVisibleRegion() async {
return _vietmapGLPlatform.getVisibleRegion();
}