IGPAPI
    Preparing search index...

    Interface LocationStoryResponseLocation

    interface LocationStoryResponseLocation {
        address?: string;
        city?: string;
        external_source?: string;
        facebook_places_id?: number;
        lat: number;
        lng: string | number;
        location_dict?: LocationStoryResponseLocationDict;
        name: string;
        pk: number;
        profile_pic_url?: string;
        profile_pic_username?: string;
        short_name: string;
        type?: string;
    }
    Index

    Properties

    address?: string
    city?: string
    external_source?: string
    facebook_places_id?: number
    lat: number
    lng: string | number
    name: string
    pk: number
    profile_pic_url?: string
    profile_pic_username?: string
    short_name: string
    type?: string