Hi guys,
I tried to use the Directions Service as described in the example in my
local server using a test domain like dev.myproject.com, my api key works
perfectly with the map and the geocoder services. But with the Directions
Service I always have a GEO_BAD_REQUEST error. I tried different kind of
request and I always this error. Does anyone already had this issue ?
dir.addEventListener(DirectionsEvent.DIRECTIONS_SUCCESS,
directionResultHandler);
dir.addEventListener(DirectionsEvent.DIRECTIONS_FAILURE,
directionFailureHandler);
dir.load("77 Massachusetts Avenue, Cambridge, MA to 4 Yawkey Way, Boston, MA
02215 (Fenway Park)");
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en.