Changes between Version 19 and Version 20 of GoogleMapMacro


Ignore:
Timestamp:
Oct 28, 2008, 8:50:45 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Updated description of controls: value now case-insensitive.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v19 v20  
    6565
    6666== Usage ==
    67 The macro knows the following arguments, which can be used in the normal 'key1=value1,key2=value2,...' syntax.
     67The macro knows the following arguments, which can be used in the normal `key1=value1,key2=value2,...` syntax.
    6868If a key-less value is given it will be taken as `center` coordinates if it's in the proper format ({float}:{float}) otherwise it's taken as an `address`.
    6969
     
    8181   * `physical` Terrain map
    8282 `type` (optional):: Sets the initial map type. See the `types` argument for the available types. If this argument is not given the first listed type under `types` is used initially.
    83  `controls` (optional):: Sets the used map controls. Multiple controls can be given, separated by colon ('`:`'). If not set the controls `MapType` and `LargeMap` are used.
     83 `controls` (optional):: Sets the used map controls. Multiple controls can be given, separated by colon ('`:`'). The value is case-insensitive. If not set the controls `MapType` and `LargeMap` are used.
    8484 If set but empty no controls are displayed. The following controls are available (descriptions taken from the [http://code.google.com/apis/maps/documentation/reference.html#GControlImpl Google Map API page]):
    8585   * `LargeMap`: Control with buttons to pan in four directions, and zoom in and zoom out.