Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yeah, I had the same question for a long time and I found the perfect one. Here are some parameters from it.</p> <pre><code>https://maps.google.com/?parameter=value </code></pre> <p><br /><br /> <strong>q=</strong></p> <p>Used to specify the search query in Google maps search.<br> eg : <br></p> <pre><code>https://maps.google.com/?q=newyork or https://maps.google.com/?q=51.03841,-114.01679 </code></pre> <p><strong>near=</strong></p> <blockquote> <p>Used to specify the location instead of putting it into q. Also has the added effect of allowing you to increase the AddressDetails Accuracy value by being more precise. Mostly only useful if q is a business or suchlike.</p> </blockquote> <p><strong>z=</strong></p> <p>Zoom level. Can be set 19 normally, but in certain cases can go up to 23.</p> <p><strong>ll=</strong></p> <p>Latitude and longitude of the map centre point. Must be in that order. Requires decimal format. Interestingly, you can use this without q, in which case it doesn’t show a marker.</p> <p><strong>sll=</strong></p> <p>Similar to ll, only this sets the lat/long of the centre point for a business search. Requires the same input criteria as ll.</p> <p><strong>t=</strong></p> <p>Sets the kind of map shown. Can be set to:</p> <pre><code>m – normal map k – satellite h – hybrid p – terrain </code></pre> <p><strong>saddr=</strong></p> <p>Sets the starting point for directions searches. You can also add text into this in brackets to bold it in the directions sidebar.</p> <p><strong>daddr=</strong></p> <p>Sets the end point for directions searches, and again will bold any text added in brackets.You can also add "+to:" which will set via points. These can be added multiple times.</p> <p><strong>via=</strong></p> <p>Allows you to insert via points in directions. Must be in CSV format. For example, via=1,5 addresses 1 and 5 will be via points without entries in the sidebar. The start point (which is set as 0), and 2, 3 and 4 will all show full addresses.</p> <p><strong>doflg=</strong></p> <p>Changes the units used to measure distance (will default to the standard unit in country of origin). Change to ptk for metric or ptm for imperial. </p> <p><strong>msa=</strong></p> <p>Does stuff with My Maps. Set to 0 show defined My Maps, b to turn the My Maps sidebar on, 1 to show the My Maps tab on its own, or 2 to go to the new My Map creator form. </p> <p><em>reference : <a href="http://moz.com/ugc/everything-you-never-wanted-to-know-about-google-maps-parameters" rel="noreferrer">http://moz.com/ugc/everything-you-never-wanted-to-know-about-google-maps-parameters</a></em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload