Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

[Question] How to get a list of currently monitored regions #258

Closed okonon closed 7 years ago

okonon commented 7 years ago

@martinklimek hello, i was wondering how can i get a list of currently monitored regions? Thanks

jackson13info commented 7 years ago

@okonon Checkout the ESTBeaconManager. In that class there is a monitoredRegions attribute which should let you do exactly what you are trying to do.

okonon commented 7 years ago

Thanks!