Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface LocationMessageItem

    interface LocationMessageItem {
        coordinates: Coordinates;
        label?: string;
        title: string;
    }
    Index

    Properties

    coordinates: Coordinates

    Coordinates

    label?: string

    Label or name for the position.

    title: string

    The title is shown close to the button or link that leads to a map showing the location. The title can be clickable in some cases.