Example #1
0
 /**
  * 
  *
  * @param \Geocoder\ResultFactoryInterface $resultFactory
  * @static 
  */
 public static function setResultFactory($resultFactory = null)
 {
     return \Geocoder\Geocoder::setResultFactory($resultFactory);
 }