hi ,
thanks one again.

i have learned something as rossko suggestion.
It is very useful to develop GDirection related progeam.
But i am expecting like this url please check this url.

http://www.altmd.com/Specialists/Search/Acupuncture

Please avoid google map view. I am looking distance miles only.
I have used only below coding only for 10-15 recodrs in javascript
array.

 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 i am expecting more than 100 records to distance(miles) .
javascript array temporary used in program

Really i looking help from someone in this group

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to