mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal

Results 317 mapbox-maps-ios issues
Sort by recently updated
recently updated
newest added

Related ticket: https://github.com/mapbox/mapbox-navigation-ios/issues/4003 Steps to reproduce: 1. Open the `Examples` App of https://github.com/mapbox/mapbox-maps-ios, build it on simulator `iPad (6th generation)` 2. Change the Feature-Location to `City Run` on the simulator...

performance :zap:

* Adding `switflint` rule to generate warnings (errors on CI) for missing documentation symbols ## Pull request checklist: - [ ] Write tests for all new functionality. If tests were...

## 3D Annotations Create a `3DPointAnnotation` that takes a `CLLocation` object at initialization. 3DPointAnnotation( location: CLLocation( coordinate: CLLocationCoordinate2D(latitude: 0, longitude: 0), altitude: 500 )) This `3DPointAnnotation` (or `Line`, or `Polygon`)...

feature :green_apple:

## Pull request checklist: - [ ] Write tests for all new functionality. If tests were not written, please explain why. - [ ] Add documentation comments for any added...

## Environment - Xcode version: Version 13.3.1 (13E500a) - iOS version: 15.5 - Devices affected: iOS iPhone/iPad - Maps SDK Version: 10.6.0 ## Observed behavior and steps to reproduce The...

bug :beetle:

## Environment - Xcode version: 13.4.1 - iOS version: 15.5 - Devices affected: iPad - Maps SDK Version: 10.5.0 ## Observed behavior and steps to reproduce Custom annotation view is...

bug :beetle:

## New Feature It would be really nice to have the ability to specify the fonts for `SymbolLayer` (and other things) trough `UIFont`. ## Why Current implementation uses the font...

## New Feature Add ability to disable Douglas-Peucker simplification algorithm in `GeoJSONSource`. ## Why We are trying to draw high precision (< 50cm) geospatial geometry (e.g. lines, arcs, splines) but...

feature :green_apple:

## Environment - Xcode version: 13.2.1 - iOS version: 15.2.1 - Devices affected: Simulator, iPhone 6S Plus, iPhone 13 Pro - Maps SDK Version: 10.2.0 ## Observed behavior and steps...

bug :beetle:

## New Feature At the moment we have no way (if I'm not mistaken) to decrease the rotation threshold on iOS. When a user is zooming in, sometimes the rotation...

feature :green_apple: