Directional Arrows - mapbox

I'm new to mapbox so any help would be great!
I have figured out how to import from google maps and create styles for the map but I am wondering how to show a route arrow on the direction line like the photo below?enter image description here

What platform are you building for? Web/JS, Android, or iOS?

Related

Curvy animated polyline in flutter google maps

Is there a way one can achieve a curvy polyline connecting two points in flutter google maps with an animation just as in the image above. I tried using the maps_curved_line package but the curve wasn't smooth. I have been looking around to see if i can get something as close as this but to no avail. If there are any materials out there that can help or anyone can assist me in achieving this, i will be really glad. Thank you.

Adding a Custom Marker in Flutter with MapBox plugin

So I'm currently working on a feature that uses MapBox package/plugin to display a Map on my app.
What I want to achieve is something like this:
So far from what I've seen in Flutter the addSymbol method only allows you to add images and text.
Does anyone know how to create a marker like the ones showed in the image? Is there any support for this?

Unity custom map displayed incorrect

Currently I am working on a little location-based game. I use the map box asset, to display the map. For that I changed the style url of the map object in unity. When I start the game it looks quit ugly and not like I designed it on the map box website.
The design on the map box website:
The map in the game:
The default style:
Someone knows what the problem could be? I followed the tutorial on the map box website and they told me just to change the style url.

Tile Overlays in iPhone App

There is a webpage I am looking at that displays a Google Map (via javascript), but certain areas of the map have an overlay (textures appear different than the rest of the map, etc.). From what I can gather, this is done on the webpage via a getTileURL function, which depends on the zoom level and current coordinate.
I am interested in portraying this same overlay in my iPhone application, which currently has a mapView set up. Is there anyway to implement the same sort of getTile function in objective-c for a mapView?
If someone could please provide some sample code or point me in the right direction I would greatly appreciate it. Thank you.

get google coordinates by touching the map. iPhone

How to get the coordinates by touching the map. Like i want to place a pin where I have tapped on the google map in iphone application.
Kindly explain me with an example.
Thanks,
Best Regards,
Naveed Butt
You can create a draggable pin with the new sdk. Check this out Map kit annotation