ZiZi

Results 189 comments of ZiZi

You can use the following code to retrieve and display url images as your `iconImage`: ``` if let url = URL(string: "https://media.istockphoto.com/photos/red-apple-picture-id184276818?k=20&m=184276818&s=612x612&w=0&h=QxOcueqAUVTdiJ7DVoCu-BkNCIuwliPEgtAQhgvBA_g=") { let task = URLSession.shared.dataTask(with: url) { data,...

This is not something that is currently handled out of the box by Mapbox, as it is [not supported by the style spec](https://github.com/mapbox/mapbox-gl-style-spec/issues/485), however, there are third-party libraries that can...

I'll keep the issue open as a feature request.

@JenishKananiLime how are you removing annotations from your map? Are you using the method outlined [here](https://docs.mapbox.com/ios/maps/guides/annotations/annotations/#removing-annotations)?

@alexeysatsunkevich thank you for reporting this issue. I am able to reproduce this on v10.2.0 with our SymbolClusteringExample and will investigate the root cause. ![Screen Shot 2022-01-28 at 4.48.36 PM.png](https://images.zenhubusercontent.com/5d9f907d89616e000103e95c/677926d0-705f-4fe0-9471-33ae1d42c84e)

@kushsolitary are you only experiencing this behavior when the location / heading are being displayed?

@richardpineo thank you for reporting this behavior. I am able to reproduce it on v10.2.0 and will investigate the cause.

Please note that this isn't necessarily a supported use case and will work depending on our particular implementation of the annotation manager, which is subject to change. Cluster is an...

@mpiannucci thank you for bringing this to our attention. We will consider your request for adding this feature in a future version of v10.

@mpiannucci, would it be possible to use the [addImage(_:Id:sdf:stretchX:stretchY:content:)](https://docs.mapbox.com/ios/maps/api/10.2.0/Classes/Style.html#/s:10MapboxMaps5StyleC8addImage_2id3sdf8stretchX0H1Y7contentySo7UIImageC_SSSbSaySo17MBMImageStretchesCGANSo0K7ContentCSgtKF) API (which uses UIImage) to add your image layers to the map?