interface GeospatialEvent {
    location: LocationInfo;
    orgId: string;
    secondsSinceEpoch: number;
    spaceId: string;
}

Hierarchy (view full)

Properties

location: LocationInfo
orgId: string
secondsSinceEpoch: number
spaceId: string