Marker with directions PDF Print E-mail
Written by Mike Reumer   
Friday, 18 May 2007 01:00

This demo shows how to place an address as a parameter so the marker will show based on the address with a directions form. With this form the visitor can get directions to your location.
You can avoid highways, walking option or direction on map itself. For it's parameters see: Directions on map.

Dir can be:

  • 0 No directions
  • 1 New window/tab with maps.google.com with directions
  • 2 New window/tab with directions in print version
  • 3 Lightbox with directions in print version (Not kml-file rendered with geoxml)
  • 4 Lightbox with maps.google.com with directions (Not with kml file rendered with geoxml)
  • 5 Directions on the map itself (Not with kml file rendered with geoxml)

{mosmap address='street, zipcode place,  country'|dir='1'}

Also possible to open it in a new window/tab:

{mosmap text='<div><div>hallo</div></div>'|address='de Tocht 4, 2731 CJ Benthuizen, The Netherlands'|dir='2'}

Also possible to open it in a lightbox:

{mosmap text='<div><div>hallo</div></div>'|address='de Tocht 4, 2731 CJ Benthuizen, The Netherlands'|dir='3'}

{mosmap text='<div><div>hallo</div></div>'|address='de Tocht 4, 2731 CJ Benthuizen, The Netherlands'|dir='4'}

Also possible to open the route on the map itself:

{mosmap text='<div><div>hallo</div></div>'|address='de Tocht 4, 2731 CJ Benthuizen, The Netherlands'|dir='5'}

With showdir (version => 2.12i) you can show or not show the directions below the map:

{mosmap text='<div><div>hallo</div></div>'|address='de Tocht 4, 2731 CJ Benthuizen, The Netherlands'|dir='5'|showdir='0'}

Last Updated on Monday, 14 November 2011 21:01
 

Advertisement