0.0.2 • Published 2 months ago
@teckat/capacitor-mock-location-detector v0.0.2
@teckat/capacitor-mock-location-detector
Mock Location Detector Plugin For Capacitor *Note: - This package only works for Android. IOS does not support mock locations.
Install
npm install @teckat/capacitor-mock-location-detector
npx cap sync
API
isMockLocationEnabled()
isMockLocationEnabled() => Promise<{ isMock: boolean; }>
Returns: Promise<{ isMock: boolean; }>