<GMTSRequestOptionsSupport> 协议参考

<GMTSRequestOptionsSupport> 协议参考

概览

扩展了对设置请求选项的支持。

公开成员函数

(可为 null 的 __ kindof
GMTSRequestOptions *)
- requestOptions
 当前的请求选项。
(实例类型)- updateRequestByApplyingOptions:
 应用当前选项以生成新的请求。

成员函数文档

-(可为 null 的 __Kindof GMTSRequestOptions *)requestOptions

当前的请求选项。

如果未设置,则可能为 nil。

- (instancetype) updatedRequestByApplyingOptions: (可为 null 的 __Kindof GMTSRequestOptions *) requestOptions

应用当前选项以生成新的请求。

参数:
requestOptions要应用的请求选项。