public Iterator(Iterator other) { mapGeometry = other.mapGeometry; position = other.position; }
internal Iterator(MapGeometry mapGeometry, MapPos position) { this.mapGeometry = mapGeometry; this.position = position; }