I would like to display the RequestId (or name) of the geofence objects when enter/exit event happen. I can return the RequestID for the objects by calling mList.get(1).getRequestID(). But I see no way to pass this to the pending intent or to control individual enter/exit events for each geofence.
I would be really thankful for any suggestion.