GpsGate Web Service technology
Technologies
A set of web services enable you to receive JSON formatted data from any GpsGate Server installation with AJAX calls.
The example below illustrates how it works. To use the services you include a script for the service that you want to utilize. The script-include will enable you to call any of the GpsTracking service functions, accessed through the namespace of your choice, with a simple javascript call. Note that you need to replace ‘mygroup’ with a valid group name in the call.
example:
<script type=“text/javascript”
src=“http://apps.gpsgate.com/Services/
GpsTracking.ashx?xssproxy&appId=1&namespace=MyService”>
</script>
<script type=“text/javascript>
GpsGate.Server.MyService.getUsersInGroup(‘mygroup’, callback);
function callback(result)
{
}
</script>
GpsGate.com Web Services
GpsTracking Service:
- Provides group, position and track data.
- URL: “http://apps.gpsgate.com/Services/GpsTracking.ashx”
Geo Service:
- Provides Geo functions such as calculating a distance and bearing between two positions
- URL: “http://apps.gpsgate.com/Services/Geo.ashx”
Try GpsGate Server
Get GpsGate Server now!With five free licenses.
GpsGate Server







