IGPAPI
    Preparing search index...
    interface Location {
        address: string;
        city: string;
        external_source: string;
        facebook_places_id: number;
        has_viewer_saved: boolean;
        is_eligible_for_guides: boolean;
        name: string;
        pk: number;
        short_name: string;
    }
    Index

    Properties

    address: string
    city: string
    external_source: string
    facebook_places_id: number
    has_viewer_saved: boolean
    is_eligible_for_guides: boolean
    name: string
    pk: number
    short_name: string