3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
9 +--------------------------------------------------------------------+
15 * @copyright CiviCRM LLC https://civicrm.org/licensing
19 * Class CRM_Utils_Geocode
21 class CRM_Utils_Geocode
{
26 * @todo Remove this method. In case people are calling this downstream (which
27 * is unsupported usage), we'll deprecate it for a few releases before
28 * removing it altogether.
31 * Class name, or empty.
33 public static function getProviderClass() {
35 'CRM_Utils_Geocode is deprecated and will be removed from core soon, use CRM_Utils_GeocodeProvider::getUsableClassName()',
36 ['civi.tag' => 'deprecated']
39 return (string) CRM_Utils_GeocodeProvider
::getUsableClassName();