removeMarkerAt method
Removes the marker in the provided index.
Implementation
void removeMarkerAt(int index) {
  _notifyMarkerListeners(MarkerAction.removeAt, <int>[index]);
}Removes the marker in the provided index.
void removeMarkerAt(int index) {
  _notifyMarkerListeners(MarkerAction.removeAt, <int>[index]);
}