removeLimitAreaMap method
remove area camera limit from the map, this support only in android
Implementation
Future<void> removeLimitAreaMap() async {
await osmBaseController.removeLimitArea();
}
remove area camera limit from the map, this support only in android
Future<void> removeLimitAreaMap() async {
await osmBaseController.removeLimitArea();
}