mapcomplete/Logic/Osm/Notes.ts

9 lines
166 B
TypeScript
Raw Normal View History

2020-07-30 00:59:08 +02:00
import {Bounds} from "../Bounds";
export class Notes {
queryGeoJson(bounds: Bounds, continuation: ((any) => void), onFail: ((reason) => void)): void {
}
}