IGPAPI
    Preparing search index...

    Interface PostingLocation

    interface PostingLocation {
        address: string;
        external_source: string;
        lat: number;
        lng: number;
        name: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    address: string
    external_source: string
    lat: number
    lng: number
    name: string