Mapping Source code
- Summary
- Articles (670)
- APIs (1126)
- Mashups (2882)
- SDKs (624)
- Libraries (106)
- Source Code (435)
- Followers (36)
- Developers (2878)
Mapping 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 |
---|---|---|---|
OSRM Table Curl Sample Code | The OSRM Table Curl Sample Code demonstrates how to compute the duration of the fastest route between all pairs of supplied coordinates. | Open Source | 07.30.2020 |
OSRM Tile Service Curl Sample Code | The OSRM Tile Service Curl Sample Code demonstrates how to implement Mapbox Vector Tiles that can be viewed with a vector-tile capable slippy-map viewer. The tiles contain road geometries and... | Open Source | 07.30.2020 |
OSRM Trip Service Curl Sample Code | The OSRM Trip Service Curl Sample Code demonstrates how to implement a trip plugin that solves the Traveling Salesman Problem using a farthest-insertion algorithm. The returned path does not have to... | Open Source | 07.30.2020 |
OSRM Route Service Curl Sample Code | The OSRM Route Service Curl Sample Code demonstrates how to find the fastest route between coordinates in the supplied order. In addition to the general options, use the options available on OSRM... | Open Source | 07.30.2020 |
OSRM Nearest Service Curl Sample Code | The OSRM Nearest Service Curl Sample Code demonstrates how to snap a coordinate to the street network and returns the nearest n matches and where coordinates only support a single {longitude},{... | Open Source | 07.30.2020 |
OSRM Swift Sample Code | The OSRM Swift Sample Code demonstrates how to integrate open source mapping services. Requests include service, version, profile, coordinates, and format. | Open Source | 07.30.2020 |
OSRM Objective-C Sample Code | The OSRM Objective-C Sample Code demonstrates how to integrate open source mapping services. The number of elements must match exactly the number of locations. If choosing not to pass a value,... | Open Source | 07.30.2020 |
OSRM Java Sample Code | The OSRM Java Sample Code demonstrates how to integrate open source mapping services. To pass parameters to each location some options support an array-like encoding: bearings, radiuses, and hints. | Open Source | 07.30.2020 |
OSRM JavaScript Sample Code | The OSRM JavaScript Sample Code demonstrates how to integrate open source mapping services. Passing any option=value is optional. polyline follows Google's polyline format with precision 5 by default... | Open Source | 07.30.2020 |
OSRM Python Sample Code | The OSRM Python Sample Code demonstrates how to integrate open source mapping services. Requests include service, version, profile, coordinates, and format. | Open Source | 07.30.2020 |
OSRM Curl Sample Code | The OSRM Curl Sample Code demonstrates how to integrate open source mapping services. All OSRM HTTP requests use a common structure. | Open Source | 07.30.2020 |
Ushahidi Read record PHP Sample Code | This PHP example demonstrates how to set usecase parameters, and retrieve an entity. In case of failing, the exception requests the User ID for the message. | Mapping | 07.13.2020 |
Ushahidi Delete record PHP Sample Code | This PHP example demonstrates how to fetch, delete, and verify an entity for successful reading. This requires the authorization to pass. | Mapping | 07.13.2020 |
Ushahidi Create new record PHP Sample Code | This PHP Sample Code demonstrates how to create a new record, fetch a record, and verify that the record can be read. This also fetches a new entity if authorization passes. | Mapping | 07.13.2020 |
Ushahidi Survey tests TypeScript Sample Code | This TypeScript example demonstrates how to retrieve a survey using a mock implementation. The test application uses a POST method if no ID is provided. | Mapping | 07.13.2020 |
Ushahidi Post tests TypeScript Sample Code | This TypeScript example demonstrates how to retrieve blog posts. The test application takes an API Token, and post IDs. | Mapping | 07.13.2020 |
Ushahidi Categories implementation TypeScript Sample Code | This TypeScript example demonstrates how to retrieve categories, save categories, and delete categories using a Token. | Mapping | 07.13.2020 |
Ushahidi Authentication test TypeScript Sample Code | This TypeScript example demonstrates how to test if a Token is returned when correct username and password information is sent to the API. This returns an error message if something goes wrong. | Mapping | 07.13.2020 |
Google Maps Web Services Objective-C Sample Code | The Google Maps Web Services Objective-C Sample Code demonstrates how to access the API to implement mapping into applications. It provides the recommended SDK for accessing JSON-based Google APIs... | Mapping | 07.13.2020 |
Google Maps Web Services JavaScript Sample Code | The Google Maps Web Services JavaScript Sample Code demonstrates how to implement mapping into applications. The code includes a simple example of calling the elevation method on the client class.... | Mapping | 07.13.2020 |
Google Maps Web Services Go Sample Code | The Google Maps Web Services Go Sample Code demonstrates how to implement mapping into web services by accessing the API. Requirements include Go 1.7 or later and a Google Maps API key. | Mapping | 07.13.2020 |
Google Maps Web Services Python Sample Code | The Google Maps Web Services Python Sample Code demonstrates how to access the API to integrate mapping into applications. Requirements include Python 3.5 or later and a Google Maps API key. | Mapping | 07.13.2020 |
Google Maps Drag and Drop JavaScript Sample Code | The Google Maps Drag and Drop JavaScript Sample Code demonstrates how to drag and drop either a GeoJSON file or a selection of GeoJSON text onto the map. | Mapping | 07.09.2020 |
Google Maps Polygon JavaScript Sample Code | The Google Maps Polygon JavaScript Sample Code demonstrates how to use the data layer feature to create a polygon with two internal holes. | Mapping | 07.08.2020 |
Google Maps GeoRSS JavaScript Sample Code | The Google Maps GeoRSS JavaScript Sample Code demonstrates how to construct a KmlLayer object from a given GeoRSS feed. | Mapping | 07.08.2020 |