Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Map API Direction Triangle Icon Ambiguous

I am using Google Map API V3 to show the vehicle traveled path and its route directions. But by google direction icon, its very hard to find the directions. The image below explain more enter image description here

and I saw the each icon, it is

enter image description here source

I found the image path, it is http://www.google.com/intl/en_ALL/mapfiles/dir_0.png for enter image description here

How to make a good directions icons ?

like image 914
Ashok KS Avatar asked Mar 28 '26 01:03

Ashok KS


1 Answers

There are some predefined symbols (e.g. arrows) available in V3 that may be used for an IconSequence.
See http://jsfiddle.net/doktormolle/V3gMT/ for a demo.

like image 165
Dr.Molle Avatar answered Mar 29 '26 14:03

Dr.Molle