interface GeneralParam {
    coord_type: CoordType;
    needLocation: string;
    isReducedAccuracyEnough: string;
    popRoot: string;
}

Properties

coord_type: CoordType
needLocation: string
isReducedAccuracyEnough: string
popRoot: string