mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
## Environment - Xcode version: 13.4.1 - iOS version: - Devices affected: - Maps SDK Version: 10.6.1 ## Observed behavior and steps to reproduce Do a few calculations that must...
## New Feature I would like to be able to use `GeoJSONSource.clusterProperties` with `Operator.accumulated`. ## Why In order to express `[["+", ["accumulated"], ["get", "sum"]], ["get", "scalerank"]]` and other such expressions,...
step1: MapboxSearch and MapboxMaps are required ```swift import MapboxSearch import MapboxMaps ``` step2: ```swift lazy var locationProvider: AppleLocationProvider = { let make = AppleLocationProvider() make.setDelegate(self) return make }() ``` step3:...
## New Feature Draggable annotations. In the existing production versions of Mapbox (6.3.0) there is isDraggable on an MGLAnnotationView. It would be great to have the same applied to PointAnnotation....
## Environment - Xcode version: 13.3 - iOS version: 15.4.1 - Devices affected: All - Maps SDK Version: 10.4.1 ## Observed behavior and steps to reproduce ``` mapView.location.options.puckType = .puck2D(.init(topImage:...
At present, people are in China and have opened a vpn. By adding a LocationConsumer to mapview, they can obtain location information and draw a route in func locationUpdate(newLocation: Location)....
## Environment - Xcode version: 13.4.1 (on a system that also has Xcode 14 beta 3 installed) - iOS version: 15.5 - Devices affected: iPad 9th gen - Maps SDK...
## Environment - Xcode version: 13.0 - iOS version: 15.x - Devices affected: All - Maps SDK Version: 10.6.x I have been using Mapbox v6 but I got mail from...
There's a long thread (https://github.com/mapbox/mapbox-gl-native-ios/issues/117) on the legacy v6 Mapbox SDK about getting Catalyst support, and it seems that while this new SDK supports metal so Catalyst is possible, something...
In https://github.com/mapbox/mapbox-maps-ios/issues/598, I noted that it was impossible to have more than one AnnotationManager reporting taps, because each installed its own global gesture recognizer. While that has been fixed, it...