AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.TLv1.DeviceLocation Class Reference

Contains the Device Location attributes, which include accuracy, latitude, longitude, and the time stamp. More...

List of all members.

Static Public Member Functions

static DeviceLocation ParseJSON (string jsonInput)
 Convert a JSON value returned from the API into the DeviceLocation object.

Properties

long Accuracy [get, set]
 Gets or sets the Accuracy of the Terminal in meters of the Latitude/Longitude specified.
double Latitude [get, set]
 Gets or sets the latitude of the center of the circle that contains the terminal.
double Longitude [get, set]
 Gets or sets the longitude of the center of the circle that contains the terminal.
DateTime TimeStamp [get, set]
 Gets or sets the date and time when the location was received.

Detailed Description

Contains the Device Location attributes, which include accuracy, latitude, longitude, and the time stamp.


Member Function Documentation

static DeviceLocation ATT_MSSDK.TLv1.DeviceLocation.ParseJSON ( string  jsonInput) [static]

Convert a JSON value returned from the API into the DeviceLocation object.

Parameters:
jsonInputThe string to parse
Returns:
The DeviceLocation returned by the server.

Property Documentation

Gets or sets the Accuracy of the Terminal in meters of the Latitude/Longitude specified.

Gets or sets the latitude of the center of the circle that contains the terminal.

Gets or sets the longitude of the center of the circle that contains the terminal.

Gets or sets the date and time when the location was received.