<complexType name="DetermineRouteRequestType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>Defines the Determine Route request parameters.</documentation>
</annotation>
<complexContent>
<extension base="xls:AbstractRequestParametersType">
<sequence>
<choice>
<element ref="xls:RouteHandle">
<annotation>
<documentation>Reference to a proviously determined route stored at the Route Determination Service server.</documentation>
</annotation>
</element>
<element ref="xls:RoutePlan" />
</choice>
<element ref="xls:RouteInstructionsRequest" minOccurs="0">
<annotation>
<documentation>Request parameters for turn-by-turn route directions and advisories formatted for presentation.</documentation>
</annotation>
</element>
<element ref="xls:RouteGeometryRequest" minOccurs="0">
<annotation>
<documentation>Request parameters for route geometry.</documentation>
</annotation>
</element>
<element ref="xls:RouteMapRequest" minOccurs="0" />
</sequence>
<attribute name="provideRouteHandle" type="boolean" use="optional" default="false">
<annotation>
<documentation>Requests the return of a route handle.</documentation>
</annotation>
</attribute>
<attribute name="distanceUnit" type="xls:DistanceUnitType" use="optional" default="M">
<annotation>
<documentation>Specifies the unit for measuring distance.</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
|