CalculateRouteLocation
This method allows a route calculation between two addresses with optional intermediate addresses. The input of the addresses is done by a single entry at any adress information, which is automatically recognized for the evaluation.
| Name | Description | Data Type |
|---|---|---|
| SystemPartner | The name of the access partner; is generated by YellowMap and communicated to the partner. | xml:string |
| SecurityID | The access key; is generated by YellowMap and communicated to the partner. | xml:string |
| Channel | Any character string that is logged and used to identify the call later. It can be freely chosen. | xml:string |
| CoordFormatOut | The coordinate format to be returned for the determined address. One of the values from the list Coordinate Formats | xml:string |
| IsoLocale | The locale, composed of language and country; for example: de-DE for German in Germany. | xml:string |
| CarType | One of the valid speed profiles | xml:string |
| RouteOptimization | One of the values for the Route-Optimizatin | xml:string |
| RouteMap | Allows you to create a static map for route calculation. By default set to 'false'. | xml:boolean |
| RouteTime | Decides about the evaluation of RouteTimeHour and RouteTimeMinute. With 'START': Departure time At 'END': arrival time |
xml:string |
| RouteTimeHour | hour of departure/arrival time | xml:unsignedInt |
| RouteTimeMinute | Minute of departure/arrival time | xml:unsignedInt |
| RouteStartIsoCountryCode | Country code of the country where the starting point of the route is located | xml:string |
| RouteStart | Address information from a single input field for the starting point of the route | xml:string |
| RouteEndIsoCountryCode | Country code of the country where the destination of the route is | xml:string |
| RouteEnd | Address information from a single input field for the destination of the route | xml:string |
| RouteStation1IsoCountryCode | Country code of the country where the interim destination 1 of the route is located | xml:string |
| RouteStation1 | Address information from a single input field for the interim destination 1 of the route | xml:string |
| RouteStation2IsoCountryCode | Country code of the country where the intermediate destination 2 of the route is located | xml:string |
| RouteStation2 | Address information from a single input field for the interim destination 2 of the route | xml:string |
| RouteStation3IsoCountryCode | Country code of the country where the intermediate destination 3 of the route is located | xml:string |
| RouteStation3 | Address information from a single input field for the interim destination 3 of the route | xml:string |
| Addition | This parameter can be used to specify additional parameter values in the form of a query string. Format: Key1=Value1&Key2=Value |
xml:string |
More information about the parameters can be found in the Parameter view.