Add multiple markers to the map
Future<void> addMarkers({@required Map<String, Marker> markers}) => _markersState.addMarkers(markers: markers);