SearchResponse

public class SearchResponse : NSObject

Represents a response for a request executed by ‘MapzenSearch’

  • The raw response data

    Declaration

    Swift

    public var data: Data?
  • The url response if the request completed successfully.

    Declaration

    Swift

    public var response: URLResponse?
  • The error if an error occured executing the operation.

    Declaration

    Swift

    public var error: NSError?