BackgroundLocation icon indicating copy to clipboard operation
BackgroundLocation copied to clipboard

对定时有误解

Open Zss1990 opened this issue 5 years ago • 0 comments

/*

  • locationManager:didUpdateLocations:
  • Discussion:
  • Invoked when new locations are available. Required for delivery of
  • deferred locations. If implemented, updates will
  • not be delivered to locationManager:didUpdateToLocation:fromLocation:
  • locations is an array of CLLocation objects in chronological order. */
  • (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations API_AVAILABLE(ios(6.0), macos(10.9));

Zss1990 avatar Jun 19 '20 03:06 Zss1990