hi thanks once again i have learned something from suggestion. but i am expecting like this url showing
http://www.altmd.com/Specialists/Search/Acupuncture please avoid google map . I am looking distance miles showing only . really i am expecting someone help from this group i have used like this coding till now if (GBrowserIsCompatible()) { gdir = new google.maps.Directions(); for(count=0;count<10;count++) { google.maps.Event.addListener(gdir, "load", handleLoad); gdir.load("from: NE1 4DP, UK to: DH3 2SA, UK", {getSteps: true}); } } But it is used only limited records 10-20 . i have above 100 records in javascript array what can i do? If possible give me guideline to develop like that javascript or jsp program . thanks On Feb 23, 8:03 pm, Rossko <[email protected]> wrote: > > I want to learn about GDiraction. > > Please send examples link If possible. > > Start by learning how to learn ; you will not learn much if you wait > to be spoon-fed. > Search this group for GDirections. > Look in Mike's tutorial for GDirections. > http://econym.org.uk/gmap > Look at the documentation > http://code.google.com/apis/maps/documentation/services.html#Directions > Look at the examples > http://code.google.com/apis/maps/documentation/examples/index.html > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
