Reputation: 876
There is a dwell event for Android devices to detect user had stopped moving and standing in region . But there is no event for iOS. Are there any idea how to catch this event ?
Upvotes: 5
Views: 1626
Reputation: 2234
Seems like you are looking for the Visit API. Keep in mind, this only works with iOS 8+. Here is link about it: https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLVisit_class/
Upvotes: 1