CalculateRouteAddress
This method allows a route calculation between two addresses with optional intermediate addresses. The addresses are entered using the address information postal code, city, district, street and house number.
| 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 Coordinate Formats list. | 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-Optimization | 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 |
| RouteStartZip | Zip code of the starting point of the route | xml:string |
| RouteStartCity | City in which the starting point of the route is | xml:string |
| RouteStartCityPart | District in which the starting point of the route is located | xml:string |
| RouteStartStreet | Street, where the starting point of the route is located | xml:string |
| RouteStartHouseNo | House number where the starting point of the route is located | xml:string |
| RouteEndIsoCountryCode | Country code of the country where the destination of the route is located | xml:string |
| RouteEndZip | Zip code of the destination of the route | xml:string |
| RouteEndCity | City in which the destination of the route is located | xml:string |
| RouteEndCityPart | District in which the destination of the route is located | xml:string |
| RouteEndStreet |
Street in which the destination of the route is located |
xml:string |
| RouteEndHouseNo | House number where the destination of the route is located | xml:string |
| RouteStation1IsoCountryCode | Country code of the country where the interim destination 1 of the route is located | xml:string |
| RouteStation1Zip | Zip code of interim destination 1 of the route | xml:string |
| RouteStation1City | City in which the interim destination 1 of the route is located | xml:string |
| RouteStation1CityPart | District in which the interim destination 1 of the route is located | xml:string |
| RouteStation1Street | Street in which the interim destination 1 of the route is located | xml:string |
| RouteStation1HouseNo | House number where the interim destination 1 of the route is located | xml:string |
| RouteStation2IsoCountryCode | Country code of the country where the intermediate destination 2 of the route is located | xml:string |
| RouteStation2Zip | Zip code of the interim destination 2 of the route | xml:string |
| RouteStation2City | City in which the interim destination 2 of the route is located | xml:string |
| RouteStation2CityPart | District in which the interim destination 2 of the route is located | xml:string |
| RouteStation2Street | Street in which the interim destination 2 of the route is located | xml:string |
| RouteStation2HouseNo | House number where the interim destination 2 of the route is located | xml:string |
| RouteStation3IsoCountryCode | Country code of the country where the intermediate destination 3 of the route is located | xml:string |
| RouteStation3Zip | Zip code of the interim destination 3 of the route | xml:string |
| RouteStation3City | City in which the interim destination 3 of the route is located | xml:string |
| RouteStation3CityPart | District in which the interim destination 3 of the route is located | xml:string |
| RouteStation3Street | Street in which the interim destination 3 of the route is located | xml:string |
| RouteStation3HouseNo | House number where the interim destination 3 of the route is located | 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.