Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Created March 13, 2015 17:56
Show Gist options
  • Select an option

  • Save daynebatten/4c1fbea95548eefadf19 to your computer and use it in GitHub Desktop.

Select an option

Save daynebatten/4c1fbea95548eefadf19 to your computer and use it in GitHub Desktop.
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