MapboxMaps Docs Mapbox Maps SDK for iOS Reference (v10.16.2) (87% documented)

MapboxMaps Reference Layers Reference
  • MapView
    • MapView
    • – SnapshotError
    • MapInitOptions
    • MapInitOptionsProvider
    • ResourceOptions
    • ResourceOptionsManager
    • MapOptions
    • GlyphsRasterizationOptions
    • InterfaceOrientationProvider
    • AttributionURLOpener
  • Snapshotter
    • Snapshotter
    • – SnapshotError
    • MapSnapshotOptions
    • SnapshotOverlay
    • SnapshotOverlayHandler
  • MapboxMap
    • MapboxMap
    • CameraState
    • CameraOptions
    • CameraBounds
    • CameraBoundsOptions
    • CoordinateBounds
    • Event
    • MapEvents
    • – EventKind
    • – Event
    • RenderedQueryOptions
    • QueriedFeature
    • FeatureExtensionValue
    • MapError
    • MapLoadingError
  • Style
    • Style
    • StyleURI
    • LayerPosition
    • TransitionOptions
    • Light
    • Terrain
    • StyleDecodable
    • StyleEncodable
    • StyleError
    • TypeConversionError
  • Sources
    • Source
    • SourceType
    • SourceInfo
    • GeoJSONSource
    • GeoJSONSourceData
    • ImageSource
    • RasterDemSource
    • RasterSource
    • VectorSource
    • PromoteId
    • Scheme
    • Encoding
  • Layers
    • Layer
    • LayerType
    • LayerInfo
    • BackgroundLayer
    • CircleLayer
    • FillExtrusionLayer
    • FillLayer
    • HeatmapLayer
    • HillshadeLayer
    • LineLayer
    • LocationIndicatorLayer
    • RasterLayer
    • SkyLayer
    • SymbolLayer
    • ModelLayer
  • Layer Property Values
    • Value
    • Anchor
    • CirclePitchAlignment
    • CirclePitchScale
    • CircleTranslateAnchor
    • FillExtrusionTranslateAnchor
    • FillTranslateAnchor
    • HillshadeIlluminationAnchor
    • IconAnchor
    • IconPitchAlignment
    • IconRotationAlignment
    • IconTextFit
    • IconTranslateAnchor
    • LineCap
    • LineJoin
    • LineTranslateAnchor
    • RasterResampling
    • ResolvedImage
    • ResolvedImageData
    • SkyType
    • ModelType
    • StyleColor
    • StyleTransition
    • SymbolPlacement
    • SymbolZOrder
    • TextAnchor
    • TextJustify
    • TextPitchAlignment
    • TextRotationAlignment
    • TextTransform
    • TextTranslateAnchor
    • TextWritingMode
    • Visibility
  • Expressions
    • Expression
    • – Element
    • – Argument
    • – Operator
    • – Option
    • Exp
    • FormatOptions
    • NumberFormatOptions
    • CollatorOptions
  • Annotations
    • AnnotationOrchestrator
    • AnnotationInteractionDelegate
    • Annotation
    • AnnotationManager
    • CircleAnnotation
    • CircleAnnotationManager
    • PointAnnotation
    • – Image
    • PointAnnotationManager
    • PolygonAnnotation
    • PolygonAnnotationManager
    • PolylineAnnotation
    • PolylineAnnotationManager
    • ClusterOptions
  • View Annotations
    • ViewAnnotationManager
    • ViewAnnotationUpdateObserver
    • ViewAnnotationOptions
    • ViewAnnotationManagerError
  • Camera Animations
    • CameraAnimationsManager
    • CameraAnimator
    • BasicCameraAnimator
    • CameraTransition
    • – Change
    • FlyToCameraAnimator
    • AnimationCompletion
    • AnimationOwner
  • Ornaments
    • OrnamentsManager
    • OrnamentOptions
    • OrnamentPosition
    • OrnamentVisibility
    • AttributionButtonOptions
    • CompassViewOptions
    • LogoViewOptions
    • ScaleBarViewOptions
  • Gestures
    • GestureManager
    • GestureOptions
    • PanMode
    • GestureManagerDelegate
    • GestureType
  • Location
    • LocationManager
    • LocationOptions
    • PuckType
    • Puck2DConfiguration
    • – Pulsing
    • Puck3DConfiguration
    • Model
    • Location
    • LocationConsumer
    • LocationPermissionsDelegate
    • LocationProvider
    • LocationProviderDelegate
    • AppleLocationProvider
  • Viewport
    • Viewport
    • ViewportOptions
    • ViewportStatus
    • ViewportStatusObserver
    • ViewportStatusChangeReason
    • ViewportState
    • FollowPuckViewportState
    • FollowPuckViewportStateOptions
    • FollowPuckViewportStateBearing
    • OverviewViewportState
    • OverviewViewportStateOptions
    • ViewportTransition
    • DefaultViewportTransition
    • DefaultViewportTransitionOptions
    • ImmediateViewportTransition
  • Offline
    • OfflineManager
    • OfflineRegionGeometryDefinition
    • OfflineSwitch
    • StylePackError
    • StylePackLoadOptions
    • TileRegionError
    • TileRegionLoadOptions
    • TilesetDescriptorOptions
    • TileStore
    • TileStoreObserver
  • GeoJSON
    • Feature
    • Geometry
  • Utilities
    • CompassDirectionFormatter
    • – Style
    • Projection
  • Other
    • Cancelable
  • Other Classes
    • MapEvent
    • MapRecorder
  • Other Enumerations
    • PuckBearing
    • RenderMode
    • ResourceDataSource
    • SourceDataType
    • StyleDataType
    • StyleProjectionName
  • Other Extensions
    • DispatchWorkItem
    • TilesetDescriptorOptionsForTilesets
  • Other Protocols
    • MapViewMetricsReporter
    • PuckLocationConsumer
  • Other Structures
    • Atmosphere
    • MapLoadingErrorPayload
    • NoPayload
    • RenderFrameFinishedPayload
    • ResourceRequest
    • – Kind
    • – Priority
    • – LoadingMethod
    • ResourceRequestPayload
    • ResourceResponse
    • – Source
    • – Error
    • SourceAddedPayload
    • SourceDataLoadedPayload
    • SourceRemovedPayload
    • StyleDataLoadedPayload
    • StyleImageMissingPayload
    • StyleImageUnusedPayload
    • StyleProjection
    • TileCoverOptions

Layers

  • Layer

    Undocumented

    See more

    Declaration

    Swift

    public protocol Layer : StyleDecodable, StyleEncodable, Decodable, Encodable
  • LayerType

    Layer rendering types

    See more

    Declaration

    Swift

    public enum LayerType : String, Codable
  • LayerInfo

    Information about a layer

    See more

    Declaration

    Swift

    public struct LayerInfo
  • BackgroundLayer

    The background color or pattern of the map.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct BackgroundLayer : Layer
  • CircleLayer

    A filled circle.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct CircleLayer : Layer
  • FillExtrusionLayer

    An extruded (3D) polygon.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct FillExtrusionLayer : Layer
  • FillLayer

    A filled polygon with an optional stroked border.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct FillLayer : Layer
  • HeatmapLayer

    A heatmap.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct HeatmapLayer : Layer
  • HillshadeLayer

    Client-side hillshading visualization based on DEM data. Currently, the implementation only supports Mapbox Terrain RGB and Mapzen Terrarium tiles.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct HillshadeLayer : Layer
  • LineLayer

    A stroked line.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct LineLayer : Layer
  • LocationIndicatorLayer

    Location Indicator layer.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct LocationIndicatorLayer : Layer
  • RasterLayer

    Raster map textures such as satellite imagery.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct RasterLayer : Layer
  • SkyLayer

    A spherical dome around the map that is always rendered behind all other layers. Warning: As of v10.6.0, Atmosphere is the preferred method for atmospheric styling. Sky layer is not supported by the globe projection, and will be phased out in future major release.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct SkyLayer : Layer
  • SymbolLayer

    An icon or a text label.

    See also

    Mapbox Style Specification
    See more

    Declaration

    Swift

    public struct SymbolLayer : Layer
  • ModelLayer

    A layer to render 3D Models.

    See more

    Declaration

    Swift

    @_spi(Experimental)
    public struct ModelLayer : Layer

© 2023 Mapbox. All rights reserved. (Last updated: 2023-11-09)

Generated by jazzy ♪♫ v0.14.2, a Realm project.