I am using a for loop to load queries and obtain the information and
store it in a 2d-array (matrix). Send me an email and I can give you
the whole code. I don't have a link, trying to debug my code still. My
code ran smoothly until the directions part. I set the map to null,
the Directionspanel to null, but use the following:
DirectionQueryOptions opts = new DirectionQueryOptions(map,
directionsPanel);
Directions.load(distmat[ii][jj], opts,
new DirectionsCallback()
ii and jj are indices.
I have an error:
java.lang.ExceptionInInitializerError
com.google.gwt.maps.client.geocode.DirectionQueryOptions.<init>
(DirectionQueryOptions.java:62) a:62)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---