setConstrainMode method
Sets the map constrain mode
.
Implementation
Future<void> setConstrainMode(ConstrainMode mode) =>
_mapInterface.setConstrainMode(mode);
Sets the map constrain mode
.
Future<void> setConstrainMode(ConstrainMode mode) =>
_mapInterface.setConstrainMode(mode);