You are here

function getdirections_latlon_load in Get Directions 7.2

Same name and namespace in other branches
  1. 6.2 getdirections.module \getdirections_latlon_load()
  2. 7.3 getdirections.module \getdirections_latlon_load()

File

./getdirections.module, line 242
Fetches google map directions.

Code

function getdirections_latlon_load($arg) {
  if (getdirections_latlon_check($arg)) {
    return $arg;
  }
  return FALSE;
}