> What addresses were you using? Is there a route between them? If there
> is, presumably Google doesn't know about it (or the addresses can't be
> interpreted to find it).
>
> This is all about data; can't help without knowing what the data is.
>

Im not using data, I just defined that:

Origen: <input type="text" size="25" id="fromAddress" name="from"/>

Destino1: <input name="to1" type="text" id="toAddress1" size="25"/><br/>

Destino2: <input name="to2" type="text" id="toAddress2" size="25"/><br/>

in the body section; then, in the head, I have it:

setDirections("Badalona", "Barcelona", "", "es");
}
}

function setDirections(fromAddress, toAddress1, toAddress2, locale) {
gdir.load("from: " + fromAddress + " to: " + toAddress1 + " to: " + 
toAddress2,
{ "locale": locale });
}


So, there's no data to extract, it's just user write destination in that 
URL: 
http://tucomprallefia.nixiweb.com/index.php?option=com_content&view=article&id=5&Itemid=6
 
because there's textfields for destinations. But, after you can write any 
destination in that textfields, it gives an error and doesn't show the map.

I'm trying all I can with my programing knowledge, but I need some 
sugestions about it. If anyone need the full Java code, I will write it 
here. 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/c09vEV5PYNUJ.
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