File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Sources/MapboxMaps/Foundation
scripts/api-compatibility-check Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ public final class MapboxMap: StyleManager {
371371 /// This property allows setting a custom glyph URL at runtime, making it easier to
372372 /// apply custom fonts to the map without modifying the base style.
373373 @_spi ( Experimental)
374+ @_documentation ( visibility: public)
374375 public var styleGlyphURL : String {
375376 get { __map. getStyleGlyphURL ( ) }
376377 set { __map. setStyleGlyphURLForUrl ( newValue) }
Original file line number Diff line number Diff line change @@ -1924,3 +1924,6 @@ Extension FeaturesetDescriptor has removed conformance to CustomStringConvertibl
19241924Extension FeaturesetDescriptor has removed conformance to Hashable
19251925Extension FeaturesetDescriptor has removed conformance to NSObjectProtocol
19261926Extension FeaturesetDescriptor is no longer open for subclassing
1927+
1928+ // Docs for styleGlyphURL
1929+ Var MapboxMap.styleGlyphURL is now with @_documentation
You can’t perform that action at this time.
0 commit comments