You are here

function location_map_link_gb_default_providers in Location 7.3

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

Default providers.

File

supported/location.gb.inc, line 154
Great Britain.

Code

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