<GMTSRequestOptionsSupport> Protocol Reference

<GMTSRequestOptionsSupport> Protocol Reference

Overview

Extension for support of set request options.

Public Member Functions

(nullable __kindof
GMTSRequestOptions *) 
- requestOptions
 The current request options.
(instancetype) - updatedRequestByApplyingOptions:
 Generate a new request by applying the current options.

Member Function Documentation

- (nullable __kindof GMTSRequestOptions *) requestOptions

The current request options.

Could be nil if was not set.

- (instancetype) updatedRequestByApplyingOptions: (nullable __kindof GMTSRequestOptions *)  requestOptions

Generate a new request by applying the current options.

Parameters:
requestOptionsThe request options that want to be applied with.