You are here

function location_map_link_gb_default_providers in Location 7.4

Same name and namespace in other branches
  1. 7.5 supported/location.gb.inc \location_map_link_gb_default_providers()
  2. 7.3 supported/location.gb.inc \location_map_link_gb_default_providers()

File

supported/location.gb.inc, line 252

Code

function location_map_link_gb_default_providers() {
  return array(
    'google',
  );
}