Google Maps Query String Parameters

The following is a list of query string parameters that can be passed to Google Maps. These arguments are helpful if you want to get Google Maps to display driving directions, which are not available under the API.



Query

Translation

q=“q” stands for “query” and anything passed in this parameter is treated as if it had been typed into the query box on the maps.google.com page.
EX.

http://maps.google.com/?q=New+York
near=“near” can be used as the location part of a query instead of putting the entire string into q=. Also needed/useful for disambiguation.
EX.

http://maps.google.com/?q=shelton;near=new+york
http://maps.google.com/?q=shelton;near=seattle
g=“g” is an address or location that provides extra context for the “q” parameter. Google Maps stores the last run search here, but if it is the first search it can only contain your starting location. This is a potential information leak, so make sure you do actually mean to share the content of this parameter.
mrt=“mrt” specifies a type of search. The default is blank, which searches for everything. Other options are:
  • mrt=yp  –  Yellow pages
  • mrt=realestate — real estate listings
  • mrt=ds — Related maps
  • mrt=websearch  — local web pages (synonym for ‘yp’ ?)
  • mrt=loc — Locations search
Many uses will require the ‘q’ option and/or the ‘near’ option
EX.

http://maps.google.com/?q=phoenix&mrt=yp&near=tempe
start=“start” skips the first (start-1) matches.
num=“num” displays, at most, the given number of matches. The valid range is 0 to 20.
ll=“ll” stands for Latitude,longitude of a Google Map center – Note that the order has to be latitude first, then longitude and it has to be in decimal format.
sll=“sll” Latitude,longitude of the point from which the business search should be performed.
spn=“spn” Approximate lat/long span. The zoom level will be adjusted to fit if there’s no z= parameter.
latlng=“latlng” takes three numbers separated by commas. The first two numbers (presumably representing latitude and longitude multiplied by 1000000) are ignored. The third number seems to be a Google internal “Company ID” number for a particular business.
cid=“cid” is similar to “latlng,” but generating a different map size. It takes three numbers separated by commas. The first two numbers (presumably representing latitude and longitude multiplied by 1000000) are ignored. The third number seems to be a Google internal “Company ID” number for a particular business.
geocode=“geocode” is a concatination of “geocode” encoded values for waypoints used in directions.
radius=“radius” localizes results to a certain radius. Requires “sll” or similar center point to work.
t=“t” is Map Type. The available options are “m” map, “k” satellite, “h” hybrid, “p” terrain.
z=“z” sets the zoom level.
layer=“layer” Activates overlay. Current option is “t” traffic.
lci=“lci” activates layers of tiles and needs to be comma-separated.
view=“view” can be used to select text view (view=text) or the normal map view (view=map).
saddr=“saddr” source address. Use this when asking for driving directions.
daddr=“daddr” Destination address(es). Use this when asking for driving directions.
mrad=“mrad” gives you additional destination address.
dirflg=“dirflg” is the route type: dirflg=h Switches on “Avoid Highways” route finding mode. dirflg=t Switches on “Avoid Tolls” route finding mode. dirflg=r Switches on “Public Transit” – only works in some areas. dirflg=w Switches to walking directions – still in beta.
via=“via” gives a comma separated list of intermediate addresses for directions, that should be ‘via points’.
doflg=“doflg” Distance Units. (Defaults to prevalent units in country of origin.) doflg=ptk outputs directions in metric (km) and doflg=ptm outputs directions in imperial (miles).
cbll=“cbll” is latitude,longitude for Street View.
cbp=“cbp” Street View window that accepts 5 parameters: 1) Street View/map arrangement, 11=upper half Street View and lower half map, 12=mostly Street View with corner map 2) Rotation angle/bearing (in degrees) 3) Tilt angle, -90 (straight up) to 90 (straight down) 4) Zoom level, 0-2 5) Pitch (in degrees) -90 (straight up) to 90 (straight down), default 5
panoid=“panoid” is the panorama ID, which is the ID of the current nearby panorama object in Street View.
hl=“hl” stands for “host language”.
om=“om” stands for “overview map.” The presence of this parameter with a value other than 1 causes the overview map to be closed. If the parameter is omitted, or present with the value 1, then the overview map is open.
ie=“ie” stands for “input encoding” and can be used to specify the input character encoding set.
oe=“oe” stands for “output encoding” and can be used to specify the input character encoding set.
output=“output” is for output format (blank is default).
f=“f” stands for “form” and controls the style of query form to be displayed. f=d Displays the “directions” form (two input boxes: from, to). f=l Displays the “local” form (two input boxes: what, where). f=q (or no parameter) The default search form is displayed (single input).
pw=“pw” stands for “print window.” It activates the print mode and initiates printing. Example, pw=2.
iwloc=“iwloc” stands for “info window location” and specifies where the infowindow will be displayed. In a business search iwloc=A to iwloc=J will open the info window over the corresponding business marker, and iwloc=near will place it over the big green arrow if that’s currently displayed. iwloc=addr can be used on map search to explicitly request the info window to be open on the address, but that’s the default anyway. Directions search supports iwloc=start, iwloc=end and iwloc=pause1
iwd=1“iwd” stands for “info window display” and specifies that the infowindow displayed (iwloc=) will be a detailed (expanded) view.
iwstate1=iwstate1=ssaddfeatureinstructioncard Specifies that the infowindow is in add place mode. Use with ssp=addf and iwloc=SS.  iwstate1=sscorrectthiscard Specifies the infowindow is in edit mode. iwstate1=sscorrectthiscard:ssmovemarkercard The infowindow is in Move marker mode, with the marker bouncing and draggable. iwstate1=sscorrectthiscard:ssedithistorycard The infowindow is in View history mode, displaying a graphical list of marker moves.
msa=“msa” is involved in My Maps processing. It does nothing without the “/ms” and “/ms” does nothing without the msa=. msa=0 Used with msid= to show a particular My Map.
msa=b Activates the “My Maps” sidebar when used in conjunction with “maps.google.com/ms”.  msa=1 shows the My Maps tab directly (like msa=b did). msa=2 Jumps directly to create new My Map form.
msid=“msid” specifies a My Maps identifier. When used in conjunction with “maps.google.com/ms” and msa=0, the corresponding My Map is displayed.
vp=“vp” stands for “view point” and the presence of this parameter causes maps.google.com to switch into Copyright Service mode. Instead of returning the html that draws a map, it returns information about the copyright ownership in Javascript format. The vp= parameter specifies the viewpoint (i.e. the centre of the map). Copyright Service only works when the spn= and z= parameters are also supplied, indicating the span and the zoom. Optional parameters are t=, which specifies the map type, and key= which specifies the API key of the site performing the request.
sspn=“sspn” stands for “Screen span”. Map bounds dimensions in Degrees, to calculate this use:newGLatLng(map.getBounds().getNorthEast().lat() − map.getBounds().getSouthWest().lat(),map.getBounds().getNorthEast().lng() − map.getBounds().getSouthWest().lng()).toUrlValue()
Thanks to Google Maps Parameters Guide from MapKi for this great resource!

22 comments:

  1. Your font is too small. I had to zoom in to see. The information was helpful though, just difficult to see.

    ReplyDelete
  2. Very useful information. Couldn't find it anywhere on the web...

    ReplyDelete
  3. Do you know a querry to create different markers on the map?

    ReplyDelete
  4. I'd love a query that made the sidebar disappear by default. I hate having to click-to-dismiss the left sidebar everytime I end up on Google Maps.

    ReplyDelete
  5. hai,
    Good info.
    Please Tell me how to point out the location with our latitude and longitude exactly.

    for eg i will give lat and long. For particular lat and lng I need to locate a pizza restaurant.

    ReplyDelete
  6. Great post, but you should consider adding what values/options each parameter have.

    ReplyDelete
  7. Fantastic list, did I miss if there is a request method for obtaining the LatLng value of a photo sphere? I want someway of retrieving this value instead of hardcoding it in when creating my custom panorama?

    ReplyDelete

  8. It is really a great work and the way in which u r sharing the knowledge is excellent.
    Thanks for helping me to understand basic concepts. As a beginner in Dot Net programming your post help me a lot.Thanks for your informative article. Dot Net Training in chennai | Dot Net Training in velachery

    ReplyDelete
  9. Thanks for the info. Is there any way to specify driving as apposed to walking or public transit?
    Thanks

    ReplyDelete
  10. Fmovies to or Fmovies.to is an online movie streaming website where you can search for movies
    under categories such as Genre, Country, Anime and lots more to watch for free

    ReplyDelete
  11. TOP ANDROID APPS EVERY CAR OWNER SHOULD HAVE

    With the uprising of new technology every day, the Android platform is not left behind, as they bring an extensive variety of mobile applications every year.

    However, there some Android apps that have been specially designed for your cars.

    Some work independently, ranging from fuel-saving, traffic management, gas stations, and parking solution.

    You should note that the one focus of these android apps for cars is to give that better and furnished driving experience.
    https://www.mytechloid.com/top-android-apps-every-car-owner-should-have/

    ReplyDelete
  12. Waptrick
    is an online wap portal which gives users access to a
    lot of amazing files. On the Waptrick
    website you will find media files like java games,
    videos, applications, photos and pictures, music,
    and mp3 download files.

    ReplyDelete
  13. O2tvseries needs no introduction as an amazing site that lets you download your TV series hassle-free and in no time. Besides boasting one of ... https://tecng.com/02tvmovies-series-02tvmovies-series-download-o2tvmovies-tv-series/

    ReplyDelete
  14. i love this article https://mediavibestv.com/tfpdl-movies-best-movie-download-direct-link-tfpdl-tv-series-www-tfp-is/

    ReplyDelete
  15. Tech firms have made it easier to send and receive money instantly from a mobile as more individuals acknowledge the comfort of ceaselessness. Cash App, one of these services, has grown in popularity and provides some unique https://www.mytechloid.com/cash-app-money-transfer/

    ReplyDelete
  16. The platform is the house to get all kinds of fulfilling entertainment directly on your mobile device. The website was majorly built for mobile device users and it is compatible with all kinds of mobile devices like Android, Java, or iOS

    ReplyDelete
  17. href="https://istanbulolala.biz/">https://istanbulolala.biz/
    ABK

    ReplyDelete

Dengan mengirim komentar disini, Anda menyetujui bahwa komentar anda tidak mengandung Rasis ataupun konten pornografi