You are here

function gmap_flush_caches in GMap Module 6.2

Same name and namespace in other branches
  1. 6 gmap.module \gmap_flush_caches()
  2. 7.2 gmap.module \gmap_flush_caches()
  3. 7 gmap.module \gmap_flush_caches()

Implementation of hook_flush_caches().

File

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

Code

function gmap_flush_caches() {
  gmap_regenerate_markers();
}