isGeolocationGpsOnlyAllowed

fun isGeolocationGpsOnlyAllowed(context: Context): Boolean

Call this method to check whether the Geolocation gps only feature is allowed or not.

Return

Boolean true if the Geolocation gps feature is allowed

Parameters

context
    Context The application context.