Skip to content

Commit

Permalink
Docs for styleGlyphURL
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Oct 24, 2024
1 parent da92f87 commit 8750d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/MapboxMaps/Foundation/MapboxMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public final class MapboxMap: StyleManager {
/// This property allows setting a custom glyph URL at runtime, making it easier to
/// apply custom fonts to the map without modifying the base style.
@_spi(Experimental)
@_documentation(visibility: public)
public var styleGlyphURL: String {
get { __map.getStyleGlyphURL() }
set { __map.setStyleGlyphURLForUrl(newValue) }
Expand Down
3 changes: 3 additions & 0 deletions scripts/api-compatibility-check/breakage_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1924,3 +1924,6 @@ Extension FeaturesetDescriptor has removed conformance to CustomStringConvertibl
Extension FeaturesetDescriptor has removed conformance to Hashable
Extension FeaturesetDescriptor has removed conformance to NSObjectProtocol
Extension FeaturesetDescriptor is no longer open for subclassing

// Docs for styleGlyphURL
Var MapboxMap.styleGlyphURL is now with @_documentation

0 comments on commit 8750d14

Please sign in to comment.