I have created Geofence in android using "Google Api V2" using GoogleLocationService.GeofeningApi. Since, For adding entities with any particular Geofence we must need to have the unique id of geofence created. But in android google api-V2 I am unable to get the "unique id" generated for my Geofence created, As per https://developers.google.com/maps/documentation/tracks/geofences How to get the Geofence unique id and how to add entities with Geofence using google api V2.
What do you mean by
I am unable to get the "unique id"
As developer you are responsible for providing that "unique id"
so where's the problem? All you have to do is: each time you create a goefence increment some numeric variable, add it to Geofence.Builder and store that number for next geofence.