GMTSRequestOptionsSupport
@protocol GMTSRequestOptionsSupport <NSObject>Extension for support of set request options.
- 
                  
                  
The current request options. Could be nil if was not set.
Declaration
Swift
func requestOptions() -> GMTSRequestOptions?Objective-C
- (nullable __kindof GMTSRequestOptions *)requestOptions; - 
                  
                  
Generate a new request by applying the current options.
Declaration
Swift
func updatedRequest(byApplying requestOptions: GMTSRequestOptions?) -> SelfObjective-C
- (nonnull instancetype)updatedRequestByApplyingOptions: (nullable __kindof GMTSRequestOptions *)requestOptions;Parameters
requestOptionsThe request options that want to be applied with.