Interface AugmentedMapShareProperties

interface AugmentedMapShareProperties {
    bounds: readonly [number, number, number, number];
    mapShareReceivedAt: number;
    mapShareUrls: readonly [string, string];
    senderDeviceId: string;
    senderDeviceName: undefined | string;
}

Properties

bounds: readonly [number, number, number, number]

Bounding box of the shared map [W, S, E, N].

mapShareReceivedAt: number

Timestamp when the map share was received.

mapShareUrls: readonly [string, string]

URLs associated with the map share.

senderDeviceId: string

The ID of the device that sent the map share.

senderDeviceName: undefined | string

The name of the device that sent the map share.