deck.tab.active.background = #6495ED

Google Maps Plugin

Displays a Google Map based on the properties within the body of the macro code.

This plugin includes the following macros:
  • gmap - Displays a Google Map.

The Code

{gmap:zoom=7}
San Francisco
{gmap}

Result

San Francisco

Properties

The macros body can have any number of lines with these formats:

  • place:location=<address><latitude,longitude>|info=<info>
  • directions:from= | to=
Example
{gmap}
place:address=New York|info=The big apple
{gmap}

Parameters

Name

Required?

Possible Values

Default

macro body / location to map

(tick)

the address to map.

 

name

(error)

any valid DOM id

 

width

(error)

 

700

height

(error)

 

500

style

(error)

any valid class name

 

zoom

(error)

 

13

maptype

(error)

(map, satellite, hybrid, terrain)+

map,satellite,hybrid.

displaymap

(error)

map, satellite, hybrid, terrain

map

controls

(error)

none, auto, large, medium, small

auto (size calculated from width and height).

mapscale

(error)

true, false

true

maptypecontrol

(error)

true, false

true

overview

(error)

true, false

false

drag

(error)

true, false

true

doubleclickzoom

(error)

true, false

true (only has an effect if drag is enabled).

wheelzoom

(error)

true, false

false.

marker

(error)

true, false

true.