You are here

function getlocations_load_locations in Get Locations 6

Same name and namespace in other branches
  1. 6.2 getlocations.module \getlocations_load_locations()
  2. 7.2 getlocations.module \getlocations_load_locations()
  3. 7 getlocations.module \getlocations_load_locations()
5 calls to getlocations_load_locations()
getlocations_nids in ./getlocations.module
Menu callback
getlocations_nodemap in ./getlocations.module
Menu callback
getlocations_typemap in ./getlocations.module
Menu callback
getlocations_usermap in ./getlocations.module
Menu callback
getlocations_usersmap in ./getlocations.module
Menu callback

File

./getlocations.module, line 1210
Displays locations on a map. for Drupal 6 using version 3 googlemaps API

Code

function getlocations_load_locations($id, $key = 'vid') {
  $locations = location_load_locations($id, $key);
  return $locations;
}