import {LatLng} from "./latlng"; export interface Measurement { start: LatLng; end: LatLng; }