reverse() public method

{@inheritDoc}
public reverse ( $latitude, $longitude )
Example #1
0
 /**
  * @expectedException \Geocoder\Exception\UnsupportedOperation
  * @expectedExceptionMessage The GeoIP2 provider is not able to do reverse geocoding.
  */
 public function testQueryingReverseLeadsToException()
 {
     $this->provider->reverse(50, 9);
 }