ILocationProvider | iOS SDK | Urbi Documentation

ILocationProvider

Geoposition source interface that the platform implements.

Methods
Properties

Best currently known geoposition. If no currently known geoposition is available, nil is returned. The geoposition returned by this method may not be valid (see setCallbacks). This method must request the best currently known geoposition from the system and return it even if it is outdated and/or does not meet the required accuracy. If the platform API does not provide a method with similar functionality, this method must always return nil.
See the CLLocationManager.location method.