0.0.2 • Published 1 year ago
capacitor-mock-location-detector-plugin v0.0.2
capacitor-mock-location-detector-plugin
Plugin for detecting mock GPS locations
Install
npm install capacitor-mock-location-detector-plugin
npx cap sync
API
detectMockLocation()
detectMockLocation() => Promise<{ isMockLocation: boolean; message: string; }>
Returns: Promise<{ isMockLocation: boolean; message: string; }>