Remove multiple makers from the map
Future<void> removeMarkers({@required List<String> names}) => _markersState.removeMarkers(names: names);