You are here

function getdirections_load_latlon_defaults in Get Directions 6.2

Same name and namespace in other branches
  1. 7.3 getdirections.module \getdirections_load_latlon_defaults()
  2. 7.2 getdirections.module \getdirections_load_latlon_defaults()
8 calls to getdirections_load_latlon_defaults()
getdirections_latlon in ./getdirections.module
Function to setup the map and form
getdirections_n2u_setlocation in ./getdirections.module
Function to setup the map
getdirections_setlocation in ./getdirections.module
Function to setup the map and form
getdirections_setlocations in ./getdirections.module
Function to setup the map
getdirections_setlocation_id in ./getdirections.module
Function to setup the map and form

... See full list

File

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

Code

function getdirections_load_latlon_defaults() {
  $getdirections_defaults = getdirections_defaults();
  return $getdirections_defaults['latlong'];
}