@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface Location

    The Location object for a MessageLocationEventBody

    interface Location {
        address?: string | null;
        latitude: string;
        longitude: string;
        name?: string | null;
    }
    Index
    address?: string | null
    latitude: string
    longitude: string
    name?: string | null