I'm working on Google Map direction for my mobile applications.
As you know Google Direction API has a instruction for each step of direction. For example "turn right","turn left", "Head", take the second exit onto" are some of them. I need to define an icon for each of this instructions. for each instruction an icon that make it more clear. So I need a list of all instructions that google may send to my request.
I checked the google document but it seems that they do not share that list. Does any body know this list?