onLocationAvailability

abstract fun onLocationAvailability(available: Boolean)

Called when location availability changes. This is only called when Google Play Services location provider is used when Google Play Services is available.

Parameters

available

true if location services become available, false if they become unavailable.