You are here

function getdirections_latlon_load in Get Directions 7.3

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

File

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

Code

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