Skip to content

Commit cd986df

Browse files
author
Iain Bethune
authored
Clarify that default manifests will be updated (#39)
Buddy: Steve
1 parent 0eb43e8 commit cd986df

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/public/WRLDMapOptions.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ NS_ASSUME_NONNULL_BEGIN
1515
*/
1616
+ (instancetype)mapOptions;
1717

18-
/// The coverage tree manifest url for the map.
18+
/*!
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+
*/
1922
@property (nonatomic, copy) NSString* coverageTreeManifest;
2023

21-
/// 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+
*/
2228
@property (nonatomic, copy) NSString* environmentThemesManifest;
2329

2430
@end

0 commit comments

Comments
 (0)