You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Street address - single input**- [Function 1B](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-1b) (Boro or zip is optional)
44
-
```python
45
-
result= g.address(address="125 Worth st, NY, NY")
46
43
47
-
result= g.address(address="125 Worth st", boro=1)
48
-
```
49
44
**Street address**- [Function 1B](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-1b) (Must provide zip code or borough)
**Street address (single input)**- [Function 1B](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-1b) (Boro or zip is optional)
51
+
```python
52
+
result= g.address(address="125 Worth st, NY, NY")
53
+
54
+
result= g.address(address="125 Worth st", boro=1)
55
+
```
55
56
**Street address point**- [Function AP](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-ap) (Must provide zip code or borough)
0 commit comments