Correct Use of Geolocation Service
Hi,
I have added a GeoLocationService to my app and I call the service in the usual way get_gps_data.execute({}) I am setting the WatchPosition property to true in the before before send mapping. This works great no problem the device reacts to the watch and plots the data in the success event as required.
The question is how to properly stop the service and clear the watch event? In cordova the WatchPositon Id is saved and past back into the stop event but how doe's the service handle this?