Interface MeasureOptions

测量选项

interface MeasureOptions {
    isSpatial?: boolean;
    type?: MeasureType;
}

Properties

Properties

isSpatial?: boolean