Hello,

I'm working on a project that uses street addresses sent via text
message in order to track the movements of parking enforcement
officers. The text messages are stored in a MySQL database using PHP,
then the addresses are loaded using PHP from the DB and written into
two javascript arrays -- one for today's data, and on for the historic
data for this day. At the moment, I have arrays both of the textual
addresses and their lat,long equivalents. I want to draw lines from
each of the addresses to the next, in order according to the time they
were sent (they're already stored in that order in the arrays).

I can get my code to draw polylines ( see http://parktrack.org/index.php
), but when I attempt to use GDirections instead of drawing the
polylines "by hand" in order to get the lines drawn along streets as
opposed to as the crow flies, nothing happens (no errors, nothing).
Anyone have any advice how to debug this issue?

As mentioned above, the working version (which does not follow
streets) can be found at:
http://parktrack.org/index.php
The broken version is at:
http://parktrack.org/indexdir.php

Thanks for any suggestions!

--Jordan

--

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