To see Wireless Location Web Service in action, interact with a live sample of a Wireless Location client.
getDeviceLocation(devices:MobileDevice[], deviceLocationOptions:DeviceLocationOptions, token:string):DeviceLocationInfo[]
getDeviceStatus(devices:MobileDevice[], token:string):DeviceStatus[]
getDeviceStops(deviceStopsOptions:DeviceStopsOptions, token:string:DeviceStopInfo[]
getTripInfo(deviceTripOptions:DeviceTripOptions, token:string):DeviceTripInfo
getVersion:string
sendSMS(devices:MobileDevice[], message:string, token:string):string[]
getDeviceLocation |
Returns x,y coordinates and related location information for a mobile device. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
getDeviceStatus |
Returns the status for a set of mobile devices. Device status signifies whether a device is turned on or off or if the status cannot be determined. Currently, only supported by Sprint. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
|||||||||
|
Input |
|
|||||||||
|
Output |
||||||||||
|
Code examples |
|
getDeviceStops |
Returns the locations along a path within a given radius for a minimum amount of time. The path must be stored in a Data Manager data file. See Wireless Location notes for more information about creating data files. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
|||||||||
|
Input |
|
|||||||||
|
Output |
||||||||||
|
Code examples |
|
getTripInfo |
Returns trip information about a mobile device. A trip is defined as the locations of a mobile device over a period of time and includes information about the angle, distance, path, and speed of movement. A mobile device locations can be stored in a data file which can be accessed through Data Manager Web Service. See Wireless Location notes for more information about creating data files. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
|||||||||
|
Input |
|
|||||||||
|
Output |
||||||||||
|
Code examples |
|
getVersion |
Returns the version number of Wireless Location Web Service. |
||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
||||
|
Output |
string |
||||
|
Code examples |
|
sendSMS |
Sends a text message to a set of mobile devices. If the send fails, an error message is returned. Currently, only supported by Sprint. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006/WirelessLocation |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
string[] |
||||||||||||
|
Code examples |
|
Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.