Created
March 13, 2015 17:56
-
-
Save daynebatten/4c1fbea95548eefadf19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Array | |
| ( | |
| [result] => Array | |
| ( | |
| [input] => Array | |
| ( | |
| [address] => Array | |
| ( | |
| [street] => 1600 Pennsylvania Avenue Northwest | |
| [city] => Washington | |
| [state] => DC | |
| [zip] => 20500 | |
| ) | |
| [benchmark] => Array | |
| ( | |
| [id] => 4 | |
| [benchmarkName] => Public_AR_Current | |
| [benchmarkDescription] => Public Address Ranges - Current Benchmark | |
| [isDefault] => | |
| ) | |
| ) | |
| [addressMatches] => Array | |
| ( | |
| [0] => Array | |
| ( | |
| [matchedAddress] => 1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20502 | |
| [coordinates] => Array | |
| ( | |
| [x] => -77.03535 | |
| [y] => 38.898754 | |
| ) | |
| [tigerLine] => Array | |
| ( | |
| [tigerLineId] => 76225813 | |
| [side] => L | |
| ) | |
| [addressComponents] => Array | |
| ( | |
| [fromAddress] => 1600 | |
| [toAddress] => 1698 | |
| [preQualifier] => | |
| [preDirection] => | |
| [preType] => | |
| [streetName] => PENNSYLVANIA | |
| [suffixType] => AVE | |
| [suffixDirection] => NW | |
| [suffixQualifier] => | |
| [city] => WASHINGTON | |
| [state] => DC | |
| [zip] => 20502 | |
| ) | |
| ) | |
| ) | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment