Star Search algorithm in Google Maps v3
i want to build path finding in Google Maps with star search algorithm. How can I use Star Search algo开发者_运维问答rithm in Google Maps JavaScript API v3?
Google provides an API you can access as a starting point for your code:
http://code.google.com/apis/maps/documentation/javascript/services.html#Directions
精彩评论