344 results have been found
Get Status (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/get-status
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get operation status of optimization run. To get a valid …
Get Matrix (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/get-matrix
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get the calculated matrix. To get a valid matrix calculation …
Cancel Matrix Calculation (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/cancel-matrix-calculation
DELETE Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Cancels the matrix calculation. To get a valid matrix …
Traffic Patterns
/en/documentation/vector-maps-api/concepts/traffic-patterns
Traffic patterns represent the traffic flow based on historical and statistical data. The data contains speeds for each week day in a 15 minute time span grid. … API endpoint You need the following API endpoint to request traffic patterns: …
Guide - Matrix Routing OSM API
/en/documentation/matrix-routing-osm-api
Introduction The PTV Developer Matrix Routing API allows you to calculate distances and travel times between multiple locations quickly and accurately. You can retrieve accurate results for bicycles. These distance and travel-time matrices are needed to …
Profiles and Countries
/en/documentation/route-optimization-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …
Guide - Routing OSM API
/en/documentation/routing-osm-api
Introduction The PTV Developer Routing OSM API allows you to plan routes that save time and money for bicycles or cars. It is built on OpenStreetMap (OSM) data. OpenStreetMap (OSM) data is distributed under the Open Database License (ODbL). If you want to …
Quick Start - Matrix Routing OSM API
/en/documentation/matrix-routing-osm-api/quick-start-matrix-routing-osm-api
Matrix Routing is a PTV feature to compute distance and travel time matrix. Using the Matrix Routing OSM API is simple. Follow the steps on this page to get started with matrix calculation. For an easy integration you can also use the clients for Java, C# …
Profiles and Countries
/en/documentation/matrix-routing-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …
Profiles and Countries
/en/documentation/sequence-optimization-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …
Quick Start - Routing OSM API
/en/documentation/routing-osm-api/quick-start-routing-osm-api
With the Routing service you can calculate routes for bicycles from A to B. Using the Routing OSM API is simple. Follow the steps on this page to get started with routing. For an easy integration you can also use the clients for Java, C# and TypeScript on …
Places by Text (OSM)
/en/documentation/geocoding-places-osm-api/code-samples/places-text-osm
GET Search text Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Find places matching a name or address given by a single text …
Places by Position (OSM)
/en/documentation/geocoding-places-osm-api/code-samples/places-position-osm
GET Latitude Longitude Detail Level COUNTRY STATE PROVINCE CITY SUBURB MAJOR_STREETS MAJOR_AND_MINOR_STREETS BUILDING Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // …
Creating a Localized Map App (OSM)
/en/documentation/vector-maps-osm-api/code-samples/creating-localized-map-app-osm
In this tutorial we extend the Map App code sample to display a localized map based on OSM vector tiles from PTV Developer. Showing a localized map in a browser All supported languages are listed in the Languages concept. Localized labels are available …
Guide - Vector Maps OSM API
/en/documentation/guide-vector-maps-osm-api
Introduction The PTV Developer Vector Maps OSM API allows you to render geographical vector tiles with easily integrable open-source frameworks. Map rendering is a prerequisite for all geographical and logistical functions and crucial for tasks such as …
Styling the OSM Map
/en/documentation/vector-maps-osm-api/concepts/styling-osm-map
The OSM Vector Maps service provides highly configurable map styles. You have the choice of using one of our predefined styles or build your own style. Overview The visual appearance of your map is defined by an array of layer definitions in JSON format. …
Places by Position (OSM)
/en/documentation/geocoding-places-osm-api/concepts/places-position-osm
Find places near a given position. Input The places by position endpoint considers the following input fields: Input Field Description latitude and longitude Latitude and longitude values of the requested position (WGS84), given as path parameters. …
Creating a Map App (OSM)
/en/documentation/vector-maps-osm-api/code-samples/creating-map-app-osm
The PTV Developer Vector Maps OSM API allows you to render geographical vector tiles on a map view in a browser window. Showing a map in a web browser In this tutorial, we describe how to create a simple web application that shows a map based on vector …
Places by Address (OSM)
/en/documentation/geocoding-places-osm-api/concepts/places-address-osm
Find places matching an address given as separate input fields. Input To match addresses to geographic positions with high quality, it is important to understand how the input fields of the Geocoding API are interpreted. Input Field Description country …
Guide - Geocoding & Places OSM API
/en/documentation/guide-geocoding-places-osm-api
Introduction The PTV Developer Geocoding & Places OSM API allows you to create geolocation-based applications that enables users to forward/reverse geocode addresses with high precision, search and display geographic locations, such as shops and prominent …
Tiles - Vector Map OSM API
/en/documentation/vector-maps-osm-api/concepts/tiles-vector-map-osm-api
When using map tiles, the displayed map is not requested as a single image but assembled from several map tiles. The client application only requests the map tiles needed for the current map view. Whenever the map view changes by zooming or panning, the …
Quick Start - Vector Maps OSM API
/en/documentation/vector-maps-osm-api/quick-start-vector-maps-osm-api
With the Vector Maps OSM service you can render geographical vector tiles with your own renderer. Using the Vector Maps OSM API is simple. Follow the steps on this page to get started with rendering maps. You can use the open source MapLibre renderer for …
Places by Text (OSM)
/en/documentation/geocoding-places-osm-api/concepts/places-text-osm
Find places matching a name or address given by a single text field. … Input All input data of an address (e.g. postal code, city or street) or a place (name of the place) can be combined into one single field. This is especially useful for interactive …
Places by Address (OSM)
/en/documentation/geocoding-places-osm-api/code-samples/places-address-osm
GET Country State Province Locality Postal code Street House number Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Find places matching a set of …
API Reference - Geocoding & Places OSM
/en/documentation/geocoding-places-osm-api/api-reference-geocoding-places-osm
{ "openapi": "3.0.1", "info": { "title": "Geocoding OSM", "description": "With the Geocoding OSM service places can be searched based on OSM data. The search is based on an address, text input or a geographical position.", "version": "1.0", "contact": { …