mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
I am in the process of updating from version 6.3.0 to 10.2.0 and I see the following issue after uploading a new build to App Store Connect: > ITMS-90683: Missing...
## What Add basic support for VoiceOver (iOS's built-in screen reader) to map elements, in order to reach parity with Mapbox iOS SDK v6. ## Why VoiceOver allows people with...
## New Feature I would like to propose adding an additional property to the `Layer` protocol to make it easier to determine layer visibility: ```swift var visibility: Value { get...
The `Annotation`, `AnnotationManager`, `Layer`, and `SourceInfo` protocols have the property `id`, which would satisfy the requirements of the Swift standard library’s `Identifiable` protocol. These protocols might as well explicitly conform...
Hello together, so this is a direct follow-up thread to my previous issue at https://github.com/mapbox/mapbox-maps-ios/issues/596 The examples show a very overcomplicated way of getting MapBox run as a SwiftUI view....
## New Feature I tried using ModelExample.swift to load a larger glb with around 300k or so vertices. The model did not render correctly ( no texture, and lots of...
As of v10.0.0-rc.3, `CameraAnimationsManager.fly(to:duration:completion:)` and `ease(to:duration:curve:completion:)` unconditionally create and start animators, even if the target camera is literally or practically identical to the current camera. An application may chain many...
## New Feature The QuickZoomGestureRecognizer allows to double-tap-pan up/down to zoom in or out on. It would be great if there was an option to exchange the up/down gestures to...
Annotations are text, icon or shape graphics on a map that display information useful to users, such as the names of streets, icons for POI data or lines representing a...
## New Feature Add the following `EventKinds` and pair them with `mapLoaded` and `cameraChanged` respectively: ``` enum EventKind: RawRepresentable, CaseIterable { case mapWillLoad case cameraWillChange } ``` Both Apple (`-[MKMapViewDelegate...