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&ie=utf8&ll=37.0625,-95.677068&spn=42.224734,56.513672&t=m&z=4&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.
Comments
Post a Comment