TTGeometrySearchResponse

@interface TTGeometrySearchResponse : NSObject

TTGeometrySearchResponse

  • The results of the response type NSArray.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        NSArray<TTGeometrySearchResult *> *_Nonnull results;

    Swift

    var results: [TTGeometrySearchResult] { get }
  • The summary of the response type TTSearchSummary.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) TTSearchSummary *_Nonnull summary;

    Swift

    var summary: TTSearchSummary { get }
  • Response HTTP headers.

    Declaration

    Objective-C

    - (id)HTTPHeaders;

    Swift

    func httpHeaders() -> Any!