Location Source code
- Summary
- Articles (130)
- APIs (516)
- Mashups (21)
- SDKs (420)
- Libraries (20)
- Source Code (276)
- Followers (4)
- Developers (11)
Location 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 |
---|---|---|---|
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 |
Apple Building an App to Notify Users of COVID-19 Exposure Swift Sample Code | Swift example that demonstrates how to create an application that lets people know when they have come into contact with someone who meets a set of criteria for a case of COVID-19. Criteria can be... | COVID-19 | 05.24.2020 |
geo-info Ruby Sample Code | The geo-info Ruby Sample Code demonstrates how to make requests that include latitude and longitude, returning a JSON object with a location. The API will also return a list of cities and places... | Geography | 03.24.2020 |
geo-info Node.js Sample Code | The geo-info Node.js Sample Code demonstrates how, given a latitude and longitude, the API will return the nearest location along with additional information about the location. | Geography | 03.24.2020 |
geo-info Python Sample Code | The geo-info Python Sample Code demonstrates how to import requests, showing an example with coordinates that will display a city in return in JSON format. | Geography | 03.24.2020 |
HyperTrack React Native Sample Code | The HyperTrack React Native Sample Code demonstrates how to integrate the React Native SDK by creating React Native project, installing JavaScript packages, and configuring projects. | Location | 03.12.2020 |
HyperTrack iOS Sample Code | The HyperTrack iOS Sample Code demonstrates how to install the SDK dependency, setup silent push notifications, run the Quickstart app, track trips with ETA, and track trips with geofences. | Location | 03.12.2020 |
HyperTrack Android Sample Code | The HyperTrack Android Sample Code demonstrates how to add the HyperTrack SDK, set up silent push notifications, initialize SDK, identify devices, and track devices during work. | Location | 03.12.2020 |
positionstack Ruby Sample Code | This Ruby sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.06.2020 |
positionstack Go Sample Code | This Go sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.06.2020 |
positionstack jQuery Sample Code | This jQuery sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.05.2020 |
positionstack NodeJS Sample Code | This NodeJS sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.05.2020 |
positionstack Python Sample Code | This Python sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.05.2020 |
positionstack PHP Sample Code | This PHP sample code demonstrates the use and capabilities of the positionstack API for forward and reverse geocoding. The positionstack API is compatible with programming languages and code... | Location | 01.05.2020 |
LocationIQ Direction Service Curl Sample Code | The LocationIQ Direction Service Curl Sample Code in beta stage demonstrates how to access the API and provides a mapping guide based on work by the OSRM Project. OSRM is a C++ routing engine for the... | Location | 12.17.2019 |
LocationIQ Static Maps JavaScript Sample Code | The LocationIQ Static Maps JavaScript Sample Code demonstrates how to access the API to implement static maps in JPG or PNG format. When developers make a request, they can place markers or draw... | Location | 12.17.2019 |
LocationIQ Static Maps Python Sample Code | The LocationIQ Static Maps PHP Sample Code demonstrates how to access the API to implement static maps in JPG or PNG format. The Static Maps API returns an image in response to an HTTP request. For... | Location | 12.17.2019 |
LocationIQ Static Maps PHP Sample Code | The LocationIQ Static Maps PHP Sample Code demonstrates how to access the API to implement static maps with key, center, zoom, scale, size, format, map type, markers, and path as query parameters. | Location | 12.17.2019 |
LocationIQ Static Maps Curl Sample Code | The LocationIQ Static Maps Curl Sample Code demonstrates how to access the API and provides an endpoint in v2 that allows developers to make requests. Available usage and query parameters. | Location | 12.17.2019 |
LocationIQ Autocomplete Curl Sample Code | The LocationIQ Autocomplete Curl Sample Code demonstrates how to predict places in response to an HTTP request. The service can be used to return places such as businesses, addresses, and points of... | Location | 12.16.2019 |
LocationIQ Points of Interest JavaScript Sample Code | The LocationIQ Points of Interest JavaScript Sample Code demonstrates how to access the API with a private token, add restaurant radius as a tag, use a GET verb, and JSON format. | Location | 12.16.2019 |
LocationIQ Points of Interest Python Sample Code | The LocationIQ Points of Interest Python Sample Code demonstrates how to make requests to the API, use a private token as a key, and include latitude, longitude, a location tag (restaurant), radius,... | Location | 12.16.2019 |
LocationIQ Points of Interest PHP Sample Code | The LocationIQ Points of Interest PHP Sample Code demonstrates how to access the API with a private token. The example shows how developers can access restaurant radius in JSON formats. | Location | 12.16.2019 |