MMKDummyLocationManager
@interface MMKDummyLocationManager : MMKLocationManager |
Note
The main reason why we need this class is to allow the user to set this LocationManager to Guide via setLocationManager, just to correct any desirable location via Guide.
Provides the ability to set any location and notify all consumers of this location.
This is a very simple location manager that is responsible for passing any locations via setLocation method and notifying all consumers.
Summary
Instance methods
- (void)setLocationWithLocation:(nonnull MMKLocation *)location; |
Instance methods
setLocationWithLocation:
- (void)setLocationWithLocation:(nonnull MMKLocation *)location; |
Sets a location and notifies all consumers of this location.
Parameters |
|
location |
Any desirable location that we would like to provide. |