UMD Web Elements Library
    Preparing search index...

    Interface LocationInfo

    interface LocationInfo {
        address?: string;
        city?: string;
        coordinates?: { lat: number; lng: number };
        country?: string;
        state?: string;
        title: string;
        zip?: string;
    }
    Index

    Properties

    address?: string
    city?: string
    coordinates?: { lat: number; lng: number }
    country?: string
    state?: string
    title: string
    zip?: string