Route Planner

Categories

Component ID

1315890

Component name

Route Planner

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

7267

Component created

Component changed

Component body

A very simple and lightweight Module to create a route from any address to a fixed point of interest (i.e. your company location) or any other address.

The Module works with Google Maps and will provide two blocks, you can find the block settings under admin/structure/blocks:

  • Block 1 - Route Planner Address Field

    This block will show a input form for your starting point of the route
    and displays the driving time and the total distance.
  • Block 2 - Route Planner Map Display

    This block contains the Google Map - Display with your point of interest
    or your calculated route to the POI.

You can also use the Google Map output in your own content (i.e. Nodes or Blocks), just enable the Route Planner Address Field Block on this site and put this

<div id="map_canvas" style="height:300px"></div>

in your Full HTML - Content Area.

Settings for your map

  • Unit System
  • Height & Width
  • Zoom Level
  • Disable/Enable Scroll Wheel
  • Disable/Enable Zoom Control
  • Disable/Enable Map Type Control
  • Disable/Enable Scale Control
  • Disable/Enable Mouse Drag
  • Disable/Enable Doubble Click Zoom
  • Disable/Enable Streetview Control
  • Disable/Enable Overview Map
  • Disable/Enable Travel Mode Options

Custom Map styling

in version 7.x
custom_map 1 custom_map 2 custom_map 3

There are no other dependencies or modules required for use.