IGPAPI
    Preparing search index...

    Interface TagMediaFeedResponseLocation

    interface TagMediaFeedResponseLocation {
        address: string;
        city: string;
        external_source: string;
        facebook_places_id: string | number;
        lat: string | number;
        lng: string | number;
        name: string;
        pk: string | number;
        short_name: string;
    }
    Index

    Properties

    address: string
    city: string
    external_source: string
    facebook_places_id: string | number
    lat: string | number
    lng: string | number
    name: string
    pk: string | number
    short_name: string