Logistics Source code
- Summary
- Articles (19)
- APIs (119)
- Mashups (1)
- SDKs (71)
- Libraries (1)
- Source Code (75)
- Followers (27)
- Developers (2)
Logistics Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
OneSky Systems Terrain implementation C# Sample Code | This C# Sample Code demonstrates how to request waypoints using point to point route data. This outputs terrain height information in JSON format. | Robots | 07.13.2020 |
OneSky Systems Routing services C# Sample Code | This C# example demonstrates how to perform routing testing by specifying coordinates. This creates an SGP route, and outputs to JSON. | Robots | 07.13.2020 |
OneSky Systems Population density C# Sample Code | This C# example demonstrates how to count population at a site. This takes coordinates, point flight radius, and population type. | Robots | 07.13.2020 |
OneSky Systems Regional overflight C# Sample Code | This C# example demonstrates how to make a robot perform a regional overflight route. The application takes overflight input path details, and coordinates. | Robots | 07.13.2020 |
OneSky Systems Using navigation C# Sample Code | C# Sample Code that demonstrates how to request navigation assessment data. This test application takes waypoint details, speed, altitude, mean sea level, and turning radius. | Robots | 07.13.2020 |
OneSky Systems Solar lighting test C# Sample Code | This C# example demonstrates how to create a new solar lightning data request. This block specifies path, analysis details, and lightning result. Also, this requests solar lighting data above the... | Robots | 07.13.2020 |
OneSky Systems Formatting template test C# Sample Code | This C# example demonstrates how to output networking data in JSON format. This returns GPS outage information. | Robots | 07.09.2020 |
OneSky Systems Communications C# Sample Code | This C# example demonstrates how to request communications data. The test application returns cartographic information, and transmitter data. Data is returned in JSON format. | Robots | 07.09.2020 |
OneSky Systems Airspace test C# Sample Code | This C# example demonstrates aerospace testing. The test application creates a new airspace route, intersection, and crossings. | Robots | 07.09.2020 |
OneSky Systems Access implementation C# Sample Code | This C# example demonstrates how to access satellite services. The test application retrieves satellite passes, and converts the results to JSON. | Robots | 07.09.2020 |
Geoapify Send multiple requests Angular Sample Code | This example utilizes the batch service to perform multiple API requests. POST is used to create jobs, and GET to monitor job status. | Mapping | 05.28.2020 |
Geoapify Send multiple requests JavaScript Sample Code | JavaScript example that demonstrates how to use the batch service to perform multiple calls. This service is based on asynchronous calls. HTTP GET requests are used to monitor job execution, and POST... | Mapping | 05.28.2020 |
Geoapify Send multiple requests NodeJS Sample Code | This example uses the node-fetch library to perform multiple API requests using the batch service. This demonstrates POST requests to create jobs, and GET requests to monitor job execution. | Mapping | 05.28.2020 |
Easyship JavaScript Sample Code | The Easyship JavaScript Sample Code demonstrates how to use an XML HTTP request to access the API. Developers can then use POST commands to receive JSON formats as responses. | Shipping | 05.05.2020 |
Easyship Python Sample Code | The Easyship Python Sample Code demonstrates how to access the API with POST requests. The API will return JSON formats as responses. | Shipping | 05.05.2020 |
Easyship Ruby Sample Code | The Easyship Ruby Sample Code demonstrates how to use URI, NET/HTTP and Open SSL as requirements to access the Rates API. Developers need a to paste a bearer token to authenticate. | Shipping | 05.05.2020 |
Easyship Node.js Sample Code | The Easyship Node.js Sample Code demonstrates how to make requests to the API with POST commands. Bearer token authorization is required. | Shipping | 05.05.2020 |
Easyship Curl Sample Code | The Easyship Curl Sample Code demonstrates how to access the Rates API that allows requesting a list of shipping quotes for a prospective Shipment. | Shipping | 05.05.2020 |
Coyote Java Sample Code | The Coyote Java Sample Code demonstrates how to access the API to get documents, loads, location statuses, spot quotes, and tracking data. | Logistics | 04.23.2020 |
Coyote C# Sample Code | The Coyote C# Sample Code demonstrates how to access the API to implement logistics, shipping, supply chain, and transportation features. Coyote Logistics is an initiative of UPS. | Logistics | 04.23.2020 |
Coyote Curl Sample Code | The Coyote Curl Sample Code demonstrates how to access the API to implement documents, loads, location status, spot quotes, and tracking features into logistics applications. | Logistics | 04.23.2020 |
Returnly Curl Sample Code | The Returnly Curl Sample Code demonstrates how to access the API to implement eCommerce, logistics, and shipping features into websites, applications, and software. | eCommerce | 11.11.2019 |
HERE AutoSuggestion Android Sample Code | This Android Sample Code demonstrates how to integrate geolocated AutoSuggestion search services. | Location | 09.11.2019 |
HERE Positioning Android Sample Code | This Android Sample Code implements map positioning features. The test application demonstrates how to retrieve currently obtained coordinates and speed. | Location | 09.10.2019 |
HERE Map customization Android Sample Code | This Android Sample Code demonstrates how to modify and customize existing map objects. | Location | 09.10.2019 |