Work location

Get work location

//importing the framework
import GeoUniq

...

let work: GUWorkLocation? = GeoUniq.sharedInstance().getWorkLocation()

...

Set work location listener

//importing the framework
import GeoUniq

...

GeoUniq.sharedInstance().setWorkLocationListener(listener: ClassTest)

...

where ClassTest is conform to protocol GUWorkLocationListener:

Remove work location listener

Get work location listeners

Remove work location listeners

Last updated

Was this helpful?