Skip to content

Commit 8750d14

Browse files
committed
Docs for styleGlyphURL
1 parent da92f87 commit 8750d14

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/MapboxMaps/Foundation/MapboxMap.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) }

scripts/api-compatibility-check/breakage_allowlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,3 +1924,6 @@ Extension FeaturesetDescriptor has removed conformance to CustomStringConvertibl
19241924
Extension FeaturesetDescriptor has removed conformance to Hashable
19251925
Extension FeaturesetDescriptor has removed conformance to NSObjectProtocol
19261926
Extension FeaturesetDescriptor is no longer open for subclassing
1927+
1928+
// Docs for styleGlyphURL
1929+
Var MapboxMap.styleGlyphURL is now with @_documentation

0 commit comments

Comments
 (0)