html - google map help needed -


i have list iam showing cities when country selected dropdown.now accross each city iam showing google map icon.when icon clicked iam showing google map of city in iframe in facebox.the code iframe is;

<iframe width='425' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='https://maps.google.com/maps?q=***$cityname***&hl=en&amp;ie=utf8&amp;ll=37.0625,-95.677068&amp;spn=42.224734,56.513672&amp;t=m&amp;z=4&amp;output=embed'></iframe> 

but not showing particular city in google map.please have , suggest should perticular city.i have country name well.

thanxx in advance;

remove ll-parameter url.

when ll-parameter provided map centered @ position specified via ll-parameter, not @ adress(when sucessfully geocoded) specified via q-parameter.

http://jsfiddle.net/doktormolle/nvdct/


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -