ParseService

class ParseService : NSObject
extension ParseService: CLLocationManagerDelegate

Undocumented

Fetch

Video manipulation

Location required

  • CLLocationManagerDelegate DidFailWithError Methods

    Declaration

    Swift

    func locationManager(_ manager: CLLocationManager, didFailWithError error: Error)
  • CLLocationManagerDelegate didUpdateLocations Methods

    Declaration

    Swift

    func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation])
  • Fetch commerces collection based on user location params: UserLocation = Latest user location

    Declaration

    Swift

    func fetchCommercesFromUserPosition(userLocation: CLLocation)