Skip to content

Commit

Permalink
Merge #47
Browse files Browse the repository at this point in the history
47: Added 'road' address detail r=lnicola a=Maximilian-Staab

See issue #46 for more information.

Co-authored-by: Maximilian-Staab <[email protected]>
Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
3 people authored Jun 15, 2023
2 parents d84d3d4 + 9064bc8 commit f75efa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openstreetmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ pub struct AddressDetails {
pub public_building: Option<String>,
pub state: Option<String>,
pub suburb: Option<String>,
pub road: Option<String>,
pub village: Option<String>,
}

Expand Down

0 comments on commit f75efa9

Please sign in to comment.