You are here

constant GMAP_API_VERSION in GMap Module 6

Same name and namespace in other branches
  1. 5 gmap.module \GMAP_API_VERSION
  2. 6.2 gmap.module \GMAP_API_VERSION
  3. 7.2 gmap.module \GMAP_API_VERSION
  4. 7 gmap.module \GMAP_API_VERSION

Define the Google Maps API version being used.

Current minimum version: 2.113

Minimum version last changed on: June 9 2008

Reason: G_SATELLITE_3D_MAP support in gmap_addons. See http://code.google.com/apis/earth/.

See http://groups.google.com/group/Google-Maps-API/web/api-version-changes for details on using other version numbers.

1 use of GMAP_API_VERSION
_gmap_doheader in ./gmap.module
Set up the HTML header for GMap. If you are going to include a custom JS file that extends GMap, you probabaly want to call this first to ensure that the core js files have been added.

File

./gmap.module, line 20
GMap -- Routines to use the Google Maps API in Drupal.

Code

define('GMAP_API_VERSION', '2.115');