2 Feature: Parameters for Reverse API
 
   3     Testing correctness of geocodejson output.
 
   5     Scenario: City housenumber-level address with street
 
   6         When sending geocodejson reverse coordinates 53.556,9.9607
 
   8           | housenumber | street           | postcode | city    | country |
 
   9           | 10          | Brunnenhofstraße | 22767    | Hamburg | Deutschland | 
 
  11     Scenario: Town street-level address with street
 
  12         When sending geocodejson reverse coordinates 47.066,9.504
 
  14           | name    | city    | postcode | country |
 
  15           | Gnetsch | Balzers | 9496     | Liechtenstein |
 
  17     Scenario: Poi street-level address with footway
 
  18         When sending geocodejson reverse coordinates 47.0653,9.5007
 
  20           | street  | city    | postcode | country |
 
  21           | Burgweg | Balzers | 9496     | Liechtenstein |
 
  23     Scenario: City address with suburb
 
  24         When sending geocodejson reverse coordinates 53.5822,10.0805
 
  26           | housenumber | street                | district | city    | postcode | country |
 
  27           | 64          | Hinschenfelder Straße | Wandsbek | Hamburg | 22047    | Deutschland |