Approximate location parameters for the search.

interface UserLocation {
    approximate: Approximate;
    type: "approximate";
}

Properties

Properties

approximate: Approximate

Approximate location parameters for the search.

type: "approximate"

The type of location approximation. Always approximate.