Class Veery
getCurrentLocation()
Get the last known Location collected by Veery.
This function is fully synchronous, meaning the answer is returned very quickly.
Parameters
none
Returns
CLLocation? object
if nil : no Location were collected untill now
Usage / Example
if let loc = veery.getCurrentLocation() { // do whatever you need with the Location object }
User interaction
none
See also
getCurrentLocation()
Get the last known Location collected by Veery.
requestLocationUpdate()
Request Veery to be warned when the user has moved.
stopLocationUpdate()
Cancel the call to requestLocationUpdate.
veeryDidReceiveNewLocations
Delegate triggered when the user has moved.