mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
When trying to add VectorSource into style i get this error "Failed to load source source-test: invalid minzoom". And i have set the minzoom to 5. This work on web.
## New Feature I am having trouble understanding Mapbox v10. The way I'm using it now it seems to be missing many functions like the regionDidChangeAnimated for example that was...
## New Feature I would like to request a functionality to move point annotation with animation. I am not sure whether its already available on V10 but I couldnt find...
## New Feature As a developer, I want to have an option in `LogoViewOptions` and similar types in `OrnamentOptions` to provide a dynamically changing margin. In what form to expose...
The current `Annotation` protocol defines `userInfo` as [`[String: Any]?`](https://github.com/mapbox/mapbox-maps-ios/blob/7ff67c4ba02bc51069ae1ea3ba5f11962a64edbb/Sources/MapboxMaps/Annotations/AnnotationOrchestrator.swift#L13) This can encourage some subtle bugs: ```swift struct Polyline { var userInfo: [String: Any]? } // Assigning to nil var foo...
## Environment - Xcode version: 13.2.1 - iOS version: all, but simulator iOS 15.2 exhibits it - Devices affected: ipad - Maps SDK Version: 10.2.0 ## Observed behavior and steps...
## New Feature The [MapEvents](https://github.com/mapbox/mapbox-maps-ios/blob/8e928e8d8076f7120decb20fa1bc273766d93e6d/Sources/MapboxMaps/Foundation/Extensions/Core/MapEvents.swift#L75=) file has a lot of documentation about the structure of the objects that are contained in `MBMEvent.data`. The documentation is excellent (although there are [occasional...
## Environment - Xcode version: 13.2 - iOS version: 15.3 - Devices affected: iPhone XS real device - Maps SDK Version: v10.3.0 ## Observed behavior and steps to reproduce Can't...
## New Feature Even after localization, certain parts of the telemetry dialog box + the `Improve this map` buttons are in English. This is especially noticeable and challenging for languages...
## Environment - Xcode version: 12 - iOS version: 14 - Devices affected: All - Maps SDK Version: v10 ## Observed behavior and steps to reproduce Attempting to use the...