Location API
From BlackberryTracker
The Location API has 1 method.
[edit] get_location
This method returns the GPS information for a single device.
You must supply the api_key and device_id to this method.
Note: Date is in UTC format.
Note: Elevation is in meters.
Here is an example of what is returned when calling get_location.
<get_location_response> <location> <latitude>33.595808</latitude> <longitude>-111.916706</longitude> <elevation>394.0</elevation> <date>2007-08-09 17:30:53</date> </location> </get_location_response>
