You are here

function location_map_link_uk_default_providers in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.uk.inc \location_map_link_uk_default_providers()

File

supported/location.uk.inc, line 252

Code

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