Documentation - v0.27.1
    Preparing search index...

    Interface VenueSource

    interface VenueSource {
        id: string;
        provider?: "foursquare" | "gplaces";
        type: string;
    }
    Index

    Properties

    Properties

    id: string

    Venue ID in the provider's DB

    provider?: "foursquare" | "gplaces"

    Provider name (foursquare or gplaces for Google Places)

    type: string

    Venue type in the provider's DB