You are here

function location_map_link_be_default_providers in Location 7.5

Same name and namespace in other branches
  1. 7.3 supported/location.be.inc \location_map_link_be_default_providers()
  2. 7.4 supported/location.be.inc \location_map_link_be_default_providers()

File

supported/location.be.inc, line 47

Code

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