ios-sdk-examples icon indicating copy to clipboard operation
ios-sdk-examples copied to clipboard

Live example code for the Mapbox iOS SDK

Results 62 ios-sdk-examples issues
Sort by recently updated
recently updated
newest added

The live data examples ([Swift](https://github.com/mapbox/ios-sdk-examples/blob/main/Examples/Swift/LiveDataExample.swift), [Objective-C](https://github.com/mapbox/ios-sdk-examples/blob/main/Examples/ObjectiveC/LiveDataExample.m)) no longer work. They used to show the [wanderdrone's](https://wanderdrone.appspot.com/) up-to-the-minute location, but that site is now defunct. In the v10 example app, these examples...

Hi, Do we have any option of "LocationComponentOptions of android" in swift. I want to show RenderMode = GPS in swift using the Mapbox

I am working on an app there I am drawing polyline with user tracking. I user MapBoxView and MGLPolylineFeature. But when tracing user with on delegate "didUpdate userLocation: MGLUserLocation" app...

Hi guys, the iOS example https://www.mapbox.com/ios-sdk/maps/examples/offline-pack/ shows warnings in Swift 4.2: `let context = NSKeyedArchiver.archivedData(withRootObject: userInfo) ` leads to warning: 'archivedData(withRootObject:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead `let...

update example

While testing the Examples app in this repo with Xcode 12.5 Beta 2 there is a blocking compiler error related to `MMEEventsManager.m`. * Compiler error occurs with Xcode Version 12.5...

When I use the user positioning function of the demo, a positioning icon will appear in the status bar every time I open the app, the hollow arrow is always...

An example of how to use `MGLComputedShapeSource` with a short explainer on why it would be useful would be 👍

new example - help wanted!

added GradientGeoJSONLine example in Swift and Objective C Closes https://github.com/mapbox/ios-sdk-examples/issues/203

In `OfflinePackExample.swift`, when downloading an offline pack there is a test to determine whether the _Completed Resources is equal to the Expected Resources_. The test that determines _download complete_ fires...

Fixes https://github.com/mapbox/ios-sdk-examples/issues/419