Structural point-like type used for search result locations.

interface SearchPointLike {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number
y: number