Who do I send my questions to regarding the Java google maps api ?
--- On Sat, 8/30/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Re: DirectionQueryOptions + for loop calls on Direction class To: "Google Maps API" <[email protected]> Date: Saturday, August 30, 2008, 10:36 AM On Aug 30, 1:28 pm, Agnes <[EMAIL PROTECTED]> wrote: > 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. Please don't. > I don't have a link, trying to debug my code still. If you want help, create a live site and provide a link. > 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. Sounds like you are going to run into the GDirections "speed limit" > > I have an error: > java.lang.ExceptionInInitializerError > com.google.gwt.maps.client.geocode.DirectionQueryOptions.<init> > (DirectionQueryOptions.java:62) Looks like a java problem (the maps API is javascript, not java, so look at your java). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
