Questions tagged [mapbox-ios]

Use when developing iOS apps with a Mapbox SDK. Prefer to use a more specific SDK tag instead.

Available specific SDK Docs and Tags:

Maps SDK for iOS -> mapbox-ios-maps

Navigation SDK for iOS -> mapbox-ios-nav

Vision SDK for iOS -> mapbox-ios-vision

247 questions
0
votes
1 answer

Duplicate voice problem in Mapbox Navigation IOS

I use map box navigation turn by turn! I need to add waypoints to the navigation map so that they show up in the active navigation state! I added a layer with points to the map using the addSpots method. Points are displayed on the map as I need.…
0
votes
0 answers

Remove white ring from the own location icon in Mapbox

I have a customized location icon in Mapbox (iOS SDK v10.10) using the documentation here: [https://docs.mapbox.com/ios/maps/api/10.12.0/Structs/Puck2DConfiguration.html#/s:10MapboxMaps19Puck2DConfigurationV8topImageSo7UIImageCSgvp] By removing the…
0
votes
0 answers

React Native Xcode iOS Build Error (Mapbox-iOS)

I am having an issue building my iOS application in Xcode. These errors show up when I try to build the app into the simulator, and it fails every time. I've tried to change a few settings around in Xcode but I had no success. So, if any one knows…
dtay1333
  • 1
  • 1
0
votes
0 answers

React Native Mapbox iOS Mobile Events CocoaPods error

I'm having a problem installing a pod update for my iOS app in Xcode. Whenever I do "pod install" it gives me an errors "CocoaPods could not find compatible versions for pod "MapboxMobileEvents"" The name of the pod changes when I try to make an…
dtay1333
  • 1
  • 1
0
votes
1 answer

Is the Mapbox MBXCLLiveTrackingClient timeoutAllowedCheck stream in the Xcode debugger a side effect?

I have an iOS app using the Mapbox iOS SDK 10.11.0-rc.1 that prints the following line every five seconds completely flooding the debugger console: 2023-02-28 17:04:11.470592-0800 xxx[5422:353138] -[MBXCLLiveTrackingClient…
trndjc
  • 11,654
  • 3
  • 38
  • 51
0
votes
0 answers

Mapbox reverse geocoding giving wrong result?

I'm using Mapbox to build a rider/driver app. All fine, except when I try to reverse geocode my current location. This give me wrong result with wrong location. Here is the code: // VALocation.swift import Foundation import MapboxSearch final…
Wo_0NDeR ᵀᴹ
  • 563
  • 5
  • 16
0
votes
0 answers

Detect when all layers have been added to mapbox map

It seems like all of the events in v10, listed below, fire before annotations/polygon fill layers/etc appear on the map. How can I detect when everything has been loaded/added to the map (so I can display a loading screen over the map while the…
nickcoding2
  • 142
  • 1
  • 8
  • 34
0
votes
0 answers

How to filter symbols with .addSymbol mabox_gl flutter

I have a bit of an issue. I am adding symbols to my map using the .addSymbol function Future addSymbol(SymbolOptions options, [Map? data]) And when doing so the name of layer that's get added seems to be generated. The…
0
votes
0 answers

Mapbox Maps SDK for iOS - Maps won't display anymore (or gets cut off)

Maps (from MapBox API) were working just fine in our app, but about a month they stopped displaying on a swiftui view. BUT the tricky thing is that the maps in some phones still work (or works partially but being cut off), and they still show the…
ccmsd18
  • 58
  • 7
0
votes
1 answer

How to add a fog layer in Mapbox for iOS

I am trying to add a fog layer in my iOS app using Mapbox SDK, however so far without success. I would like to use this to achieve the effect of partially hiding distant map content to achieve a better 3D effect at camera pitch 90. Adding the sky…
2Jam
  • 37
  • 5
0
votes
1 answer

How can i get location on tap in mapbox v10 in swift

I want to detect a user tap on the map so i can add a marker and get the coordinates of that point. I was able to do that on android and with react but it seems impossible in swiftui because i can't find new ways to do that. Currently i have my…
0
votes
1 answer

Downloading Mapbox style packs returns a cancellation error

I am trying to download multiple style packs for offline use by following the example in the Maps SDK for iOS documentation. In the documentation example, the completion handler handles cancellation errors differently than all other types of errors,…
0
votes
0 answers

Making MapBox annotation delegate RX compatible

I need to find the way to make MapBox delegates fully reactive, just like some many native ones. I managed to make MapBox annotations bindable by subscribing PointAnnotationManager to ReactiveCompatible protocol: extension PointAnnotationManager:…
0
votes
1 answer

How to install mapbox search properly?

I'm trying to install Mapbox on Xcode 14.1 with swift package manager. Installing Mapbox maps is OK, but when I try to install Mapbox search, it fails despite I respected installation instructions. Here is the error : Tried to install another…
Eric
  • 592
  • 10
  • 26
0
votes
0 answers

Can I Use MapBox Mobile iOS and Android SDK with OpenStreetMaps?

I am developing an app that uses turn-by-turn navigation. But due to cost limitations, we cannot use MapBox using their pricing plans. I came to know OpenStreetMaps is a good option here and also, MapBox is using OpenStreetMaps for some of its…
Krishna Kumar
  • 187
  • 1
  • 17