ILocationProvider
The geoposition source interface that the platform implements.
Methods
Properties
The best currently known geoposition. If there is no currently known geoposition, nil
is returned. The geoposition returned by this method may be invalid (see setCallbacks
). This method should query the system for the best currently known geoposition and return it even if it is out of date and/or does not meet the required accuracy. If the platform API does not provide a method similar in functionality, this method should always return nil
.