MBXLocationServiceFactory
@interface MBXLocationServiceFactory : NSObject
Location service factory.
This class is used to instantiate a platform-specific implementation
of location service. In order to set a custom implementation,
the user must call setUserDefined()
method before any actual
location service is requested.
-
Releases the implementation of the Location service.
The strong reference from the factory to a custom Location service implementation will be released. This can be used to release the Location service implementation once it is no longer needed. It may otherwise be kept until the end of the program.
Declaration
Objective-C
+ (void)reset;