ishiland / python-geosupport

Python bindings for NYC Geosupport Desktop
MIT License
17 stars 11 forks source link

g.address() method for house_number and street_name together (i.e. freeform)? #12

Closed myidealab closed 5 years ago

myidealab commented 5 years ago

Is there an argument for the g.address() method that allows the input to include both house_number and street_name to be part of one variable? In the desktop version, it is referred to as freeform.

Thanks for the assistance.

docmarionum1 commented 5 years ago

@myidealab You can put both into the street argument. For example:

g.address(street='125 worth st', borough='MN')
g.address(street='123-01 Roosevelt Ave', borough='QU')