You are here

function location_map_link_be_default_providers in Location 7.3

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

Default providers.

File

supported/location.be.inc, line 59
Belgium.

Code

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