问题
In certain cases, cached values are immediately returned when starting a location service. Any location with a time interval older than this value will be considered invalid.
@property (nonatomic, assign) NSTimeInterval maximumElapsedTimeForCachedLocation
Declared In
UABaseLocationProvider.h
Do any of you know how to use this maximumElapsedTimeForCachedLocation in Core Location for removing the cache value of the old location?
来源:https://stackoverflow.com/questions/12909910/iphone-maximumelapsedtimeforcachedlocation-used-to-remove-cache-value-of-core-l