I don't understand the problem you have. Sending geolocations to your server is quite straightforward. You don't even have to poll since your employees manually click a button to check in no?
Your server side script could check if the geolocation which is send from your mobile app is within the geofence coördinates. IMO, you don't have to geofence. When you have the longlat's of your office, you can simply calculate the distance to this coördinate. You need to detect if your employee is within range (circle), not within an specific area (geofence) Dany > Op 29-mei-2015, om 10:21 heeft ramu.bandarupalli > <ramu.bandarupa...@applaudsolutions.com> het volgende geschreven: > > Hi, Thanks for the reply. > > Actually, we have the requirement like Clock in/Clock out functionality for > mobile users thru our applications. Where users can perform these operation > only if they are near to the office locations. > > So, we have to draw Geo-fence around the office location (based on longitude > and latitude), Once the user enters into that fence area we will be enabling > the above functionality. > > <http://apache-flex-development.2333347.n4.nabble.com/file/n47121/images.jpg> > > Above is the sample image shows the geo-fence. > > > Thanks. > > > > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Geo-fence-in-Flex-Action-Script-tp47043p47121.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.