meta-service: routing

meta-service: routing

Entry Point

Responsetype

TemplateBased-XML-Response
TemplateBased-JSON-Response
TemplateBased-Protobuff-Response

Description

Calculates a route based on start and end latitude/longitude with turn-by-turn information.

Parameters

Parameter
Type
Description
experience 
String
The experience specifies the name of the project data pool to be used.  (obligatory)
provider
String
Routing provider. Depending on the experience there my be different providers available (Hiking, Biking, Car).
slat
Double
Start latitude
slon
Double
Start longitude
dlat
Double
Destination latitude
dlon
Double
Destination longitude
wp
List of Lat/Lon (lat,lon;lat,lon;...)
List of additional waypoints between start and end. format: lat,lon;lat,lon;...
template 
String
The template determines the output format of the data and the desired version of the eT4®META schemas.

Samples

Sample 1: Xml

Sample 1: Json



    • Related Articles

    • meta-Service: types

      Entry Point http://meta.et4.de/rest.ashx/types/ Responsetype JSON-Response Description The types service returns a list of available topics. Parameters none Samples Sample 1: http://meta.et4.de/rest.ashx/types/
    • meta-service: features

      Entry Point http://meta.et4.de/rest.ashx/features Responsetype XML or JSON Response Description The features service returns all available features for the specified project. Parameters Parameter Type Description experience String The experience ...
    • meta-service: categories

      Entry Point http://meta.et4.de/rest.ashx/categories Responsetype XML or JSON-Response Description The destination.one meta categories service returns all available categories for the specified project. Parameter Type Description experience String The ...
    • meta-service: keyterms

      Entry Point http://meta.et4.de/rest.ashx/keyterms  Responsetype JSON-Response Description The destination.one meta KeyTerms service returns keyterms to one object. Parameters Parameter Type Description experience String The experience specifies the ...
    • meta-Service: shortenurl

      Entry Point http://meta.et4.de/rest.ashx/shorten-url Responsetype JSON-Response Description destination.one Url-Shortener. Parameters Parameter Type Description url String Url that shall be shortenend Samples Sample 1: www.hubermedia.de ...