You are here

function getdirections_setlocation in Get Directions 7.3

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

File

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

Code

function getdirections_setlocation($direction, $nid, $width = '', $height = '') {
  return getdirections_entity_setlocation('node', $direction, $nid, $width, $height);
}