mapbox-ios Questions

4

download Mapbox example, run pod install, error: 403 Forbidden, why? please help, thank you! pod 'Mapbox-iOS-SDK', '~> 6.3.0' ➜ ios-sdk-examples-298e050be7352eb28cee6f03e02945593140c1f3 pod ins...
Horton asked 16/3, 2021 at 2:53

9

I want to install last version of Mapbox with Cocoapods. I configure .netrc file : machine api.mapbox.com login mapbox password <MY_SECRET_TOKEN> But when I launch pod install, I have this ...
Renin asked 22/9, 2020 at 10:6

1

We have tried with apple map but apple map SDK does not allow us to draw polyline over the map so we have seen one application that is doing a similar thing using MapBox SDK. But unfortunately, Map...
Poilu asked 3/2, 2022 at 17:55

1

I have an encoded polyline created by the Mapbox javascript API (https://github.com/mapbox/polyline) and I would like to decode this polyline into a list of coordinates (or even just an MGLShape) o...
Drupe asked 23/9, 2021 at 0:58

3

I'am facing following issue while installing pod. [!] Error installing Mapbox-iOS-SDK [!] /usr/bin/curl -f -L -o /var/folders/qn/l5lqh07s5sscfzbm1tklmzgr0000gn/T/d20200915-46243-1aqah9u/file.zip ht...
Squander asked 15/9, 2020 at 13:14

1

Solved

In the settings of my app, the user can choose between 3 system themes: light, dark, or default (which matches the phone's theme). I do this by finding the keyWindow and setting overrideUserInterfa...
Mchail asked 23/7, 2021 at 21:55

1

I'm moving my app over to Mapbox and one of the things that I'm stuck on is creating a multicolored polyline where the segment color is set dynamically by speed. The closest thing I've been able to...
Contend asked 27/10, 2019 at 19:14

3

The problem seems not new, as here, but the solutions proposed didn't work. I tried also several other approaches to understand what's going on (see here). To replicate, this is the process: I hav...

2

I'm attempting to download the Mapbox Maps SDK for iOS but I'm having trouble understanding how to create a .netrc file. I'm supposed to store my secret token to download the SDK and I can't add th...
Bewhiskered asked 14/2, 2021 at 22:35

2

I want to integrate Mapbox navigation in iOS, I can easily get the direction/route between two coordinate also to get the navigation path from mapbox we can use below code let options = Navigation...
Laryngeal asked 1/8, 2019 at 12:37

1

Solved

I am using Mapbox to create an iOS application. The application gets makes a request to my API that returns a number of events going on within the map's bounding box in JSON format. I was previous...
Bautista asked 17/4, 2019 at 20:55
1

© 2022 - 2024 — McMap. All rights reserved.