@cercalia/sdk
    Preparing search index...

    Interface ProximityResult

    Result of a proximity search operation.

    interface ProximityResult {
        center: Coordinate;
        items: ProximityItem[];
        totalFound: number;
    }
    Index

    Properties

    center: Coordinate

    The search center coordinate.

    items: ProximityItem[]

    Array of POI items found.

    totalFound: number

    Total number of items found.