Questions tagged [mapbox-ios-maps]

5 questions
6
votes
3 answers

Xcode builds successfully a corrupted archive, not showing in organizer, as soon as cocoapods installs react-native-mapbox-gl from Podfile

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 have a working iOS App written in Swift. I follow the…
3
votes
2 answers

MGLUserLocationAnnotationView subclass does not take the pitch perspective of the camera

I have styled the user location icon according to these docs: https://docs.mapbox.com/ios/maps/examples/user-location-annotation/ It works, but although I worked with camera and pitch, it is displayed in two dimensions. How can i make it that it is…
desmeit
  • 550
  • 1
  • 7
  • 24
1
vote
0 answers

add UIImage to mglmapview using MGLStyleLayer+MGLImageSource shows garbage on map

I am showing geo-referenced images on an mglmapview using an MGLStyleLayer created with an MGLImageSource that specifies a UIImage that has a height of 3000. The MGLStyleLayer is added to the map using [map.style insertlayer ...]; This is working…
Bruce
  • 116
  • 1
  • 8
0
votes
1 answer

How to display Zip Code or Postal Code using MapBox iOS SDK

My goal is to display Zip Codes or Postal Codes using Mapbox's iOS SDK for USA only postal codes; I am currently able to display the boundaries for Zip Codes and the international postal/zip code, for example "USP227518" when I actually want to…
Michael Ellis
  • 181
  • 3
  • 15
0
votes
1 answer

What replaces MGLAnnotationView in Version 10 of Mapbox?

In our application we heavily utilize MGLAnnotationViews because of its flexibility. We can animate annotations on the map with a MGLAnnotationView. For instance, a pulsating effect on an annotation is something that is critical to our…
Joshua Hart
  • 772
  • 1
  • 21
  • 31