UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

12 lines (11 loc) 327 B
import { DmsApplicationService } from '../lib-core/application-context-service'; export declare class WebPlatformLocation { private dms; constructor(dms: DmsApplicationService); getLocation(): Promise<{ latitude: number; longitude: number; speed: number; accuracy: number; }>; }