You are here

function location_map_link_fr_default_providers in Location 7.3

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

Default providers.

File

supported/location.fr.inc, line 133
France.

Code

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