Fix the coding Standard issues in Geocoder module.
Solved the following errors and warnings:
- t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
- Description for the @return value is missing.
- The class short comment should describe what the class does and not the class name.
- #description values usually have to run through t() for translation.
- The array declaration extends to column 112 (the limit is 80).