Class Veery
stopLocationUpdate()
Cancel the call to requestLocationUpdate.
Parameters
none
Returns
void
Usage / Example
Full example : requestLocationUpdate
User interaction
none
See also
requestLocationUpdate(LocationUpdate callback)
Start receiving events (callback) when the location has changed.
onLocationUpdate(Location loc, long age)
Callback triggered every time a new geolocation is known.