clear abstract method

Future<void> clear({
  1. bool keepMyLocation = true,
})

清除地图上所有覆盖物

根据keepMyLocation区分是否保留我的位置的marker

Implementation

Future<void> clear({bool keepMyLocation = true});