matrix-react-sdk
Version:
SDK for matrix.org using React
5 lines (4 loc) • 373 B
TypeScript
import { LocationAssetType, MatrixEvent } from "matrix-js-sdk/src/matrix";
export declare const makeLegacyLocationEvent: (geoUri: string) => MatrixEvent;
export declare const makeLocationEvent: (geoUri: string, assetType?: LocationAssetType) => MatrixEvent;
export declare const getMockGeolocationPositionError: (code: number, message: string) => GeolocationPositionError;