You are here

function getdirections_load_latlon_defaults in Get Directions 7.3

Same name and namespace in other branches
  1. 6.2 getdirections.module \getdirections_load_latlon_defaults()
  2. 7.2 getdirections.module \getdirections_load_latlon_defaults()
4 calls to getdirections_load_latlon_defaults()
getdirections_entity_setlocation in ./getdirections.module
Function to setup the map
getdirections_entity_setlocations in ./getdirections.module
Function to setup the map
getdirections_latlon in ./getdirections.module
Function to setup the map and form
getdirections_setlocation_id in ./getdirections.module
Function to setup the map and form

File

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

Code

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