Skip to content

Commit

Permalink
Fix docc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Jan 16, 2025
1 parent feba024 commit 07a87d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SwiftUI
struct StandardStyleLocationsExample: View {
/// This model is created in root application views for each platform:
///
/// - ``VisionOSMain`` for visionOS
/// - `VisionOSMain` for visionOS
/// - ``SwiftUIWrapper`` view for iOS
@EnvironmentObject var model: StandardStyleLocationsModel
@State private var settingsHeight: CGFloat = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ In UIKit applications, use ``MapboxMap/setFeatureState(_:state:callback:)`` and
- ``LongPressInteraction``

### Featuresets
- ``FeaturesetDescriptor-struct``
- ``FeaturesetDescriptor``
- ``FeaturesetFeatureId``
- ``FeaturesetQueryTarget``

### Feature types
- ``FeaturesetFeatureType``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@
- ``QueriedSourceFeature``
- ``RenderedQueryOptions``
- ``AnnotatedFeature``
- ``FeaturesetDescriptor-class``
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Foundation/RenderedQueryGeometry.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// A geometry to define a portion of screen that should be queried for rendered features.
///
/// See ``MapboxMap/queryRenderedFeatures(with:targets:completion:)`` and ``MapboxMap/queryRenderedFeatures(with:options:completion:)`` for more information.
/// See ``MapboxMap/queryRenderedFeatures(featureset:filter:completion:)`` and ``MapboxMap/queryRenderedFeatures(with:options:completion:)`` for more information.
public struct RenderedQueryGeometry {
let core: CoreRenderedQueryGeometry

Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Style/MapStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import MapboxCoreMaps
/// }
/// ```
///
/// The ``MapStyle/standard(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:show3dObjects:)`` factory method lists the predefined parameters that Standard Style supports. You can also use the Classic Mapbox-designed styles such as ``MapStyle/satelliteStreets``, ``MapStyle/outdoors``, and many more. Or use custom styles that you design with [Mapbox Studio](https://www.mapbox.com/mapbox-studio).
/// The ``MapStyle/standard(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:showPedestrianRoads:show3dObjects:colorMotorways:colorPlaceLabelHighlight:colorPlaceLabelSelect:colorRoads:colorTrunks:themeData:)`` factory method lists the predefined parameters that Standard Style supports. You can also use the Classic Mapbox-designed styles such as ``MapStyle/satelliteStreets``, ``MapStyle/outdoors``, and many more. Or use custom styles that you design with [Mapbox Studio](https://www.mapbox.com/mapbox-studio).
///
///
/// - Important: Configuration can be applied only to `.standard` style or styles that uses `.standard` as import. For any other styles configuration will make no effect.
Expand Down

0 comments on commit 07a87d8

Please sign in to comment.