Location Query Response
The location query response will include a UTC timestamp and location information, such as latitude, longitude, and nearest street address. The Xtify client allows every user to set a maximum level of detail for every application, so that setting determines the specificity of the reply data. A successful location query will include the following information in response:
<xml version="1.0" encoding="UTF-8" ?>
<response>
<locationset userkey="xxxx-xxxx">
<location>
<timestamp>2008-04-01 12:17:14 UTC</timestamp>
<coords lod="1" lod-name="exact">
<lat>40.744916</lat>
<lon>-73.987062</lon>
<accuracy>500.0</accuracy>
<provider>gps</provider>
</coords>
<addressDetail>
<street1>Broadway</street1>
<street2>25th</street2>
<address>45 west 25th street</address>
<city>New York</city>
<state>New York</state>
<postalcode>10011</postalcode>
<country>USA</country>
</addressDetail>
</location>
</locationset>
</response>