I am using Appcelerator Titanium for building my mobile app(iphone + android). I found titanium.geolocation in their documents , but I couldn't find any method such as "startMonitoringForRegion" or "startMonitoringSignificantLocationChanges" as we use to find in iOS. but it has properties defined as "ERROR_REGION_MONITORING_DENIED", so there must be some region monitoring method.
So is it not defined in documents or am I missing something. I tried Googling but couldn't find it.
Bascically all I want is to present user with some alert when user enters a particular region, even when the app is in background ( as I used to do it with startMonitoringForRegion in iOS). So is it possible with Titanium. Please Help.