Guys,
I have this installed and working and have checked the "directions" box.
In the module I have input the longitude and latitude coordinates
Say: lat='xxx.xxxxx ' long='-x.xxxxx'
However when I click to get direction "to here" or "from here"
Google try to get to or from lat='xxx.xxxxx ' long='-x.xxxxx()' with the added brackets on the end and gives a error message
"We couldn't understand this location."
Any help appreciated
Where are these added brackets coming from?
SimpleGoogleMap Problem [SOLVED]
SimpleGoogleMap Problem [SOLVED]
Last edited by johnl on Tue Jun 23, 2009 11:27 am, edited 1 time in total.
Re: SimpleGoogleMap Problem
I have the same problem
Re: SimpleGoogleMap Problem
Anyone know what could be causing this guys?gala wrote: I have the same problem
Thanks
Re: SimpleGoogleMap Problem
Somehow it fixed by itself.
Re: SimpleGoogleMap Problem
No, not for me, I just dont understand where the () brackets are coming fromgala wrote: Somehow it fixed by itself.

Re: SimpleGoogleMap Problem
() comes from the "title" tag
{SimpleGoogleMap map='NameOfMyMap' addr='1000 El Camino Real San Mateo CA 94403' title='1000 El Camino Real San Mateo, CA 94403' }
{SimpleGoogleMap map='NameOfMyMap' addr='1000 El Camino Real San Mateo CA 94403' title='1000 El Camino Real San Mateo, CA 94403' }
Re: SimpleGoogleMap Problem
Thanks, I never had a title tag in the code, solvedgala wrote: () comes from the "title" tag
{SimpleGoogleMap map='NameOfMyMap' addr='1000 El Camino Real San Mateo CA 94403' title='1000 El Camino Real San Mateo, CA 94403' }