ios-sdk-examples
ios-sdk-examples copied to clipboard
Live example code for the Mapbox iOS SDK
I have encountered some issues regarding correctly specifying label names in an MGLSymbolStyleLayer. Because not every dataset is available as a GeoJSON file, showing how attributes can be built dynamically...
'-[MBNavigationMapView region]: unrecognized selector sent to instance 0x109853400'
v4.5.0 of the Maps SDK introduces a new [`MGLSymbolStyleLayer.symbolZOrder`](https://www.mapbox.com/ios-sdk/api/4.5.0/Classes/MGLSymbolStyleLayer.html#/c:objc(cs)MGLSymbolStyleLayer(py)symbolZOrder) property which allows the developer to control the z-ordering of features in an individual symbol layer. I think it would be...
added FilterMapSymbols example in Swift and Objective C
example for MGLMatch
How to provide an opt-in to or independent toggle for Mapbox telemetry collection is not well documented or obvious. Given that not using our ℹ️ button (and its integrated telemetry...
Let’s add an example of using SceneKit content in an annotation view. For example, we could use an SCNView as the user location annotation view to turn the user puck...
The segmented controls in `SwitchStylesExample` and `TextFormattingExample` (others?) have black text on a red fill — this isn’t very readable or attractive with the new styling in iOS 13. ...
Both the Swift and Obj-C `CacheManagementExample` implementations initially show a blankness — after several seconds, the map view appears. /cc @jmkiley