lml-main
Version:
This is now a mono repository published into many standalone packages.
28 lines (27 loc) • 611 B
TypeScript
export declare const mockLocation: () => {
objectId: string;
refId: string;
position: {
type: string;
coordinates: {
longitude: number;
latitude: number;
};
};
timestamp: string;
velocityKph: number;
gpsSatellites: number;
headingDegrees: number;
network: {
carrier: string;
isConnected: boolean;
sStrength: number;
networkType: string;
};
};
export declare const mockLocationNetwork: () => {
carrier: string;
isConnected: boolean;
sStrength: number;
networkType: string;
};