are u expecting my project file link or anything else ?
i didnt understand .
please reply me
this is my question
If any constraints to load google distance calculator in program ?/
function load()
{
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});
}
}
}
Above coding worked properly.
But the same coding not display any result in browser
function load()
{
if (GBrowserIsCompatible()) {
gdir = new google.maps.Directions();
for(count=0;count<50;count++)
{
google.maps.Event.addListener(gdir, "load",
handleLoad);
gdir.load("from: NE1 4DP, UK to: DH3 2SA, UK",
{getSteps: true});
}
}
}
please reply me
i need help
thnaks
On Feb 23, 3:46 pm, Andrew Leach <[email protected]>
wrote:
> On Feb 23, 10:20 am, Jee <[email protected]> wrote:
>
> > (i have more than 100 records in database.i want display all records
> > distance from starting one common place.
> > program displayed 15 records distance miles properly.
> > If i load additional record in my javascript array more than(50
> > records).
> > there is no distance miles displayed in browser .
> > I have been trying but not displayed.
>
> > Google distance calculator load 10-20 records only.
> > i want show distance all records from database .
>
> Sounds rather like the issue with geocoding which Mike describes
> athttp://econym.org.uk/gmap/geomulti.htm. Directions works in a similar
> way to geocoding.
>
> > please solve my problem.
>
> You **still** haven't given a link.
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---