interface LocationOptions {
    coarse?: boolean;
    precise?: boolean;
    type: string;
}

Properties

Properties

coarse?: boolean
precise?: boolean
type: string

Generated using TypeDoc