GPSService Class |
Namespace: ParaPlanREST
public class GPSService
The GPSService type exposes the following members.
Name | Description | |
---|---|---|
GPSService | Initializes a new instance of the GPSService class |
Name | Description | |
---|---|---|
AddBulkGPS |
Save multiple GPS records at once Send a POST to RESTUrl/GPSServer/GPS/BulkNew/?Token={token}&Device={Device} with the GPS data as json body | |
BatchAddGPS | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCurrent |
Get the current location of all active vehicles
Send GET request to restURL/GPSService/GPS/GetCurrent/?Token={token}&Device={device}&Date={date} | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHistory |
Gets the history for a single vehicle on a single date
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |