UNPKG

appium-ios-device

Version:
16 lines 672 B
export default SimulateLocationService; export class SimulateLocationService extends BaseServiceSocket { /** * Reset the mock location to the phones original settings */ resetLocation(): void; /** * Set the mock location on the device * @param {string|number} lat The latitude that wants to be set on the device * @param {string|number} long The longitude that wants to be set on the device */ setLocation(lat: string | number, long: string | number): void; } export const SIMULATE_LOCATION_SERVICE_NAME: "com.apple.dt.simulatelocation"; import { BaseServiceSocket } from '../base-service'; //# sourceMappingURL=index.d.ts.map