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
1 answer

How to fix datasets in question to import .csv or geoJSON into Mapbox?

I am trying to import a .csv dataset into Mapbox, but I keep receiving the error: "Input failed. Latitude and Longitude fields are not present." The fields however are listed as X and Y in the first two columns of the .csv document. It similarly…
Keys
  • 1
-1
votes
1 answer

Mapbox - Download raster tiles to display offline

My app (iOS/Android) needs to download raster tiles for using offline. Due to this issue I cannot add raster tiles to a Style through Mapbox Studio. What are the options to be able to download my raster tiles and display them even offline?
RustamG
  • 1,815
  • 1
  • 14
  • 16
-1
votes
1 answer

how to keep map always centred with current location while zooming in zooming out in MapBox iOS

I am implementing Map-box sdk in iOS. So my requirement is that when user zooms in or out or rotate the map.. the users location should always be in centre.. Is there any method or API available to achieve this functionality ?
Nilesh Jha
  • 1,626
  • 19
  • 35
-1
votes
1 answer

Mapbox marker personalisation

Does anybody know how I can create personalised mapbox markers like these using different annotation images. At the moment I can only figure out how to get one annotation into my project. Is there a way to add multiple annotations? I have started…
mick1996
  • 516
  • 9
  • 31
-2
votes
1 answer

mapbox geocoding api used in Unity bug on iOS

we're using this api to fetch the city and country in a unity game: https://api.mapbox.com/geocoding/v5/mapbox.places/ On android it works without any issues, for iOS it doesn't give the location on certain devices. In the logs we see that the…
LCS
  • 1
-2
votes
1 answer

How to draw dynamic GeoGJSON Point as a rectangle using Mapbox iOS SDK

I have a map layer that has a remote GeoJSON source. I'm adding it to my Mabpox map using the MGLShapeCollectionFeature and then use the MGLCircleStyleLayer and a MGLSymbolStyleLayer to display the data along with some text. It works as expected and…
Jan
  • 7,444
  • 9
  • 50
  • 74
-3
votes
1 answer

How can i get raw Json data for a route in Mapbox Android

How can i get raw data like shown in this link in android MapboxDocsLink I want to use this data to get Coordinates points at every hour until the destination
1 2 3
16
17