WRLDMapsceneRequestOptions Class Reference

A set of parameters for creating a mapscene request.

– initWithShortLink:applyMapsceneOnSuccess:

- (instancetype)initWithShortLink:(NSString *)shortLinkUrl applyMapsceneOnSuccess:(bool)applyMapsceneOnSuccess
Returns:

A WRLDMapsceneRequestOptions instance.

Argument Description
shortLinkUrl

The full url or the short link of the mapscene to load.

applyMapsceneOnSuccess

determine whether the mapscene should be applied once loaded.

@property shortLinkUrl

@property (readonly) NSString *shortLinkUrl

get the shortlink or url used to load the mapscene

@property applyMapsceneOnSuccess

@property (readonly) bool applyMapsceneOnSuccess

whether to apply the mapscene to the map when successfully loaded

v0.0.1600