We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb43e8 commit cd986dfCopy full SHA for cd986df
src/public/WRLDMapOptions.h
@@ -15,10 +15,16 @@ NS_ASSUME_NONNULL_BEGIN
15
*/
16
+ (instancetype)mapOptions;
17
18
-/// The coverage tree manifest url for the map.
+/*!
19
+ The coverage tree manifest url for the map. By default, the map will
20
+ load the latest public manifest which is updated regularly.
21
+*/
22
@property (nonatomic, copy) NSString* coverageTreeManifest;
23
-/// The environment themes manifest url for the map.
24
25
+ The environment themes manifest url for the map. By default, the map will
26
+ load the latest themes manifest which is updated regularly.
27
28
@property (nonatomic, copy) NSString* environmentThemesManifest;
29
30
@end
0 commit comments