You are here

function getlocations_get_map_providers in Get Locations 7.2

Same name and namespace in other branches
  1. 7 getlocations.module \getlocations_get_map_providers()
4 calls to getlocations_get_map_providers()
getlocations_defaults in ./getlocations.module
Some defaults.
getlocations_element_map_baselayers in ./getlocations.module
Function
getlocations_element_map_maptype in ./getlocations.module
Function
getlocations_js_settings_do in ./getlocations.module
Function sets up javascript settings

File

./getlocations.module, line 3400
getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_get_map_providers() {

  // support hook_getlocations_map_providers
  $providers = module_invoke_all('getlocations_map_providers');
  return $providers;
}