How to get google map dynamic url (have static map url)

1 answer

Google Map options are listed here at http://mapki.com/wiki/Google_Map_Parameters - too many to copy and list in the answer here.

Your map will be http://maps.google.com/maps?q=59.4,43.4&t=k&z=10

. Google, . map_type=SATELLITE URL maptype=satellite: . t=k URL- "" .

, <iframe>

<iframe width="400" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=59.4,43.4&amp;t=k&amp;ie=UTF8&amp;z=10&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=59.4,43.4&amp;t=k&amp;ie=UTF8&amp;z=10&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>

+2

All Articles