I\'m trying to implement Geofence on my APP and the problem is that is not triggering when I\'m on the place that I\'ve marked.
Geofence
The thing that I do is I
As I already answer here, Geofence API is something like passive location receiver, i.e. you must requesting coordinates from LocationServices.FusedLocationApi.requestLocationUpdates in parallel when you need Geofence to work.
Geofence API
LocationServices.FusedLocationApi.requestLocationUpdates