icerockdev / moko-geo

Geolocation access for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
176 stars 16 forks source link

Add isMock property to extended location #39

Open AhmedNader65 opened 1 year ago

AhmedNader65 commented 1 year ago

Since We are using this library in our production and location for our app functionality is very sensitive and We don't want to allow fake mock locations. I have added the functionality to determine whether the location is mocked or real will return true/false for Android And null for iOS