добавить import com.google.android.gms.location.GeofencingClient
...
, пока это зависит от Сервисов Google Play :
dependencies {
implementation 'com.google.android.gms:play-services-base:16.0.1'
implementation 'com.google.android.gms:play-services-location:16.0.0'
}