Beispiel #1
0
 /**
  * Seems like there are no details info anymore, or the provider does not forward it
  *
  * @param \Geocoder\Model\AddressCollection $addresses
  * @return bool True if inconclusive
  */
 public function isConclusive(AddressCollection $addresses)
 {
     return $addresses->count() === 1;
 }