Interface Location

The Location object for a MessageLocationEventBody

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

Properties

address?: null | string
latitude: string
longitude: string
name?: null | string