Skip to content

Commit

Permalink
Restore MapStyle equality check
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Apr 23, 2024
1 parent fe14476 commit 02ab36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Style/MapStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import MapboxCoreMaps
/// The style reloads only when the actual ``StyleURI`` or JSON (when loaded with ``MapStyle/init(json:configuration:)`` is changed. To observe the result of the style load you can subscribe to ``MapboxMap/onStyleLoaded`` or ``Snapshotter/onStyleLoaded`` events, or use use ``StyleManager/load(mapStyle:transition:completion:)`` method.
@_documentation(visibility: public)
@_spi(Experimental)
public struct MapStyle {
public struct MapStyle: Equatable {
enum Data: Equatable {
case uri(StyleURI)
case json(String)
Expand Down

0 comments on commit 02ab36e

Please sign in to comment.