Closed GadepalliAditya1998 closed 4 years ago
I see no API for registering multiple geofence regions. How can i able to achieve it. Should i use a for loop and to Iterate over the List and use the same callback for all?
Yes, the only way to add multiple geofences is to loop. There's no issues using the same callback for each geofence.
I see no API for registering multiple geofence regions. How can i able to achieve it. Should i use a for loop and to Iterate over the List and use the same callback for all?