You are here

function getdirections_latlon_load in Get Directions 6.2

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

File

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

Code

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