<complexType name="RouteInstructionsRequestType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>Defines the request parameters for turn-by-turn route instructions and travel advisories formatted for presentation.</documentation>
</annotation>
<attribute name="format" type="string" use="optional" default="text/plain">
<annotation>
<documentation>The preferred format of the route instructions, specified as a mime type.</documentation>
</annotation>
</attribute>
<attribute name="provideGeometry" type="boolean" use="optional" default="false" />
<attribute name="provideBoundingBox" type="boolean" use="optional" default="false" />
</complexType>
|