X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FGeocode%2FGoogle.php;h=7e315dc15dff2838b880bf2b331905fe1970f95b;hb=100fef9d739cd6f5377269d230510c328e484c8c;hp=5034d9b96c83b85eb01917c6e95b0337ccf31ee9;hpb=1fa961e3e8412c4e81d66bc3b8a8b0a850c39f0d;p=civicrm-core.git diff --git a/CRM/Utils/Geocode/Google.php b/CRM/Utils/Geocode/Google.php index 5034d9b96c..7e315dc15d 100644 --- a/CRM/Utils/Geocode/Google.php +++ b/CRM/Utils/Geocode/Google.php @@ -39,7 +39,7 @@ class CRM_Utils_Geocode_Google { /** - * server to retrieve the lat/long + * Server to retrieve the lat/long * * @var string * @static @@ -47,7 +47,7 @@ class CRM_Utils_Geocode_Google { static protected $_server = 'maps.googleapis.com'; /** - * uri of service + * Uri of service * * @var string * @static @@ -55,7 +55,7 @@ class CRM_Utils_Geocode_Google { static protected $_uri = '/maps/api/geocode/xml?sensor=false&address='; /** - * function that takes an address object and gets the latitude / longitude for this + * Function that takes an address object and gets the latitude / longitude for this * address. Note that at a later stage, we could make this function also clean up * the address into a more valid format *