Skip to content

Instantly share code, notes, and snippets.

@rkroll
Created May 15, 2013 13:13
Show Gist options
  • Save rkroll/5583915 to your computer and use it in GitHub Desktop.
Save rkroll/5583915 to your computer and use it in GitHub Desktop.
No Parcel Geocode
<GeocodeEntity Id="200000095269">
<GeocodeRequest>
<Address AddressLine="21691 CYPRESS RD APT 16B" AdminDistrict="FL" Locality="BOCA RATON" PostalCode="33433-3343"/>
</GeocodeRequest>
<GeocodeResponse Name="21691 Cypress Rd, Boca Raton, FL 33433" EntityType="Address" Confidence="High" MatchCodes="Good">
<Address AddressLine="21691 Cypress Rd" AdminDistrict="FL" CountryRegion="United States"
AdminDistrict2="Palm Beach Co." FormattedAddress="21691 Cypress Rd, Boca Raton, FL 33433"
Locality="Boca Raton" PostalCode="33433"/>
<GeocodePoint CalculationMethod="InterpolationOffset" Latitude="26.3528671860695" Longitude="-80.1781200617552"
Type="Point" UsageTypes="Display"/>
<GeocodePoint CalculationMethod="Interpolation" Latitude="26.3528671860695" Longitude="-80.1780697703362"
Type="Point" UsageTypes="Route"/>
<BoundingBox SouthLatitude="26. 3490044684988" WestLongitude="-80.1838674660782"
NorthLatitude="26.3567299036402" EastLongitude="-80.1723726574322"/>
<Point Latitude="26.3528671860695" Longitude="-80.1781200617552"/>
</GeocodeResponse>
<StatusCode>Success</StatusCode>
<TraceId>12fe7240ffad49a4a3885bee04d16b17|AMSM001401|02.00.139.700|AMSMSNVM002462, AMSIPEVM000060</TraceId>
</GeocodeEntity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment