![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Contains the Device Location attributes, which include accuracy, latitude, longitude, and the time stamp. More...
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. |
Contains the Device Location attributes, which include accuracy, latitude, longitude, and the time stamp.
static DeviceLocation ATT_MSSDK.TLv1.DeviceLocation.ParseJSON | ( | string | jsonInput | ) | [static] |
Convert a JSON value returned from the API into the DeviceLocation object.
jsonInput | The string to parse |
long ATT_MSSDK.TLv1.DeviceLocation.Accuracy [get, set] |
Gets or sets the Accuracy of the Terminal in meters of the Latitude/Longitude specified.
double ATT_MSSDK.TLv1.DeviceLocation.Latitude [get, set] |
Gets or sets the latitude of the center of the circle that contains the terminal.
double ATT_MSSDK.TLv1.DeviceLocation.Longitude [get, set] |
Gets or sets the longitude of the center of the circle that contains the terminal.
DateTime ATT_MSSDK.TLv1.DeviceLocation.TimeStamp [get, set] |
Gets or sets the date and time when the location was received.