You are here

constant GMAP_API_VERSION in GMap Module 7.2

Same name and namespace in other branches
  1. 5 gmap.module \GMAP_API_VERSION
  2. 6.2 gmap.module \GMAP_API_VERSION
  3. 6 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. @todo move this to GmapDefaults class as const

2 uses of GMAP_API_VERSION
GmapDefaults::__construct in lib/Drupal/gmap/GmapDefaults.php
Do not change.
legacy__gmap_base_js in tests/inc/gmap_defaults.inc
Adds the basic js files needed for a GMap.

File

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

Code

define('GMAP_API_VERSION', '3');