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
-1
votes
0 answers

How made selectable labels on Mapbox

I'd like to replicate this behavior: So, the user would be able to choose a label to retrieve its information on Mapbox. I'm currently utilizing the iOS SDK on SwiftUI, but I'm in search of a blueprint to implement this functionality or the…
David Zomada
  • 167
  • 1
  • 5
  • 22
-1
votes
0 answers

How to use mapbox from kotlin ios shared module within a kotlin multiplatform project using cocoapods plugin?

Following the Add dependency on a pod library guide, I am not able to add MapboxMaps 10.13.1 as a dependency to iosMain module; I cannot import cocoapods.MapboxMaps.*. Using the same instructions, I am able to successfully add Nuke 10.5.2 as a…
Brendan Weinstein
  • 6,938
  • 7
  • 25
  • 29
-1
votes
0 answers

Using MapBox. How to convert my own flat coordinate system to map tile geographical coordinates? iOS

I am using MapBox iOS SDK. I have an database with objects in coordinate system from -20 000 000 to 20 000 000 both for latitude and longitude. I am trying to draw lines. But i don't know how to transform coordinates. My map tiles is -180/180…
Dragonboh
  • 1
  • 1
-1
votes
1 answer

Is there a way to use IOS API to get Mac os version of my App working?

I am building iOS and MacOS app. Both share Swift code base. Seems like Mapbox does not support MacOS. So currently I am using Mapbox GL JS as a web view. What I found is if I use my styles in Mapbox Ios Preview App, navigations are super smooth and…
artpen
  • 25
  • 7
-1
votes
1 answer

Show current location button/icon in Mapbox map swift-iOS

I'm using Mapbox maps v10.7.0, how to add user location icon as like Google maps, want to show user's current location back, after user dragged the map/zoom to see other location
Human
  • 326
  • 2
  • 3
  • 15
-1
votes
1 answer

Detect tap on a label in Mapbox map on iOS

I'd like to know if there is a way to best detect a users tap on a label? The new iOS15 Maps app allows a tap on e.g. a cities name and then shows informations about that city. I am now wondering if something similar can be done with mapbox? I know…
Georg
  • 3,664
  • 3
  • 34
  • 75
-1
votes
1 answer

Camera animation not working when map is touched - Mapbox v10

I would like to perform a long press on the map and as soon as the long press is detected, move the center of the camera to the location of the long press. self.mapView.camera.ease is not called as long as the finger is on the map. It is only called…
BSK-Team
  • 1,750
  • 1
  • 19
  • 37
-1
votes
1 answer

Use Custom Annotation Image in MapBox SwiftUI

I've recently followed the tutorial for integrating MapBox into my SwiftUI app using this tutorial by MapBox. I'm now looking to customize the image used for the annotation marker on the map. Has anybody done this or is willing to give a short…
gavinmccabe
  • 165
  • 9
-1
votes
1 answer

Mapbox maps are blurry than Openstreet Maps => Satelite image as background

I am developing an iOS app where I have to show maps with custom color coded tracks for different Parks. I have found that Openstreet maps allow such customisations but they want me to publish these changes live on Openstreet maps which I don't…
-1
votes
1 answer

Azure iOS pipeline: ld: framework not found MapboxAccounts

Run successfully on local mac book Using iOS 14 Show error: ld: framework not found MapboxAccounts (using Mapbox) Yaml file: pool: vmImage: 'macos-latest' variables: - group: Mapbox - name: configuration value:…
-1
votes
1 answer

Change color of polyline in static map image

I'm successfully creating a static image using MapboxStatic with the recorded track coordinates as GeoJson data. I can't figure out how to edit the color of the route painted on the image - it defaults to a black/gray color and I can't find a way to…
Yosi199
  • 1,745
  • 4
  • 22
  • 47
-1
votes
1 answer

Does Mapbox Support Flutter and React Native ? for Apps

I wanted to implement mapbox Apps Sdk using either flutter or React native.Please let me if either of them is supported if yes then please provide the relevant links.
-1
votes
1 answer

MapBox- BasicNetwork.performRequest: Unexpected response code 403

I am using Mapbox search API for autocomplete place list.But I am getting above error though i have use my valid public access token.What are the requirement to check while generating access token in mapbox. Here is my request…
Rider Sewa
  • 21
  • 6
-1
votes
1 answer

Contextual closure type ... expects 2 arguments, but 3 were used in closure body

Dear Advanced Programmers, Could you please assist a fairly new programmer into editing this code. Seems that the new version of Xcode does not support the below code and displays the error: **"Contextual closure type '(Directions.Session,…
-1
votes
1 answer

iOS Mapbox accuracy issue with no cellular data?

seems like accuracy of the user location is somewhat of when cellular data is not available? Can I adjust how often user location is updated? Is there an example of user location adjustment to streets/roads/driveways? As you can see below line is…
kos
  • 1,357
  • 9
  • 21
1 2 3
16
17