getAllItems method

Iterable getAllItems()

Implementation

Iterable getAllItems() {
  return _markers.keys;
}