export interface MeasureInfo { measuring: boolean; location: number; prefix: string; text: string; }