Hi,

I've spent some time on the GDirections class, and by using that class
my page is literally going in the right direction. I know that blind
people can't ever see the map, so thats why i'm now using a static map
image by default (for the non-blinds) and when the static image is
pressed the dynamic map becomes loaded. That works great.

The following problem is the GDirections class. By default this class
gets the Google Map variable as it's first parameter. Because i'm
using the static image by default the script cannot find the map
(because it's not loaded by default). How can i archieve an
GDirections script wich don't uses an google map?


Preview:
    directionsPanel = document.getElementById("routeDesc");
    directions = new GDirections(null, directionsPanel);

By default the above null parameter is the map variable...



On 2 sep, 14:36, marcelo <[EMAIL PROTECTED]> wrote:
> On Sep 2, 2:31 pm, "warden [Andrew Leach - Maps API Guru]"
>
> <[EMAIL PROTECTED]> wrote:
> > You could try Mike's page which I've linked to and see how the reader
> > software copes.
>
> Andrew,
>
> If the OP was thinking about using screen-reading software then you
> have vastly improved your psychic skills, because he never mentioned
> it. ;-)
>
> --
> Marcelo -http://maps.forum.nu
> --
--~--~---------~--~----~------------~-------~--~----~
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