IGPAPI
    Preparing search index...

    Interface SearchPlacesResponse

    interface SearchPlacesResponse {
        has_more: boolean;
        items: SearchPlacesResponseItem[];
        rank_token: string;
        status: string;
    }
    Index

    Properties

    has_more: boolean
    rank_token: string
    status: string