<complexType name="RouteGeometryRequestType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>Defines the request parameters for route geometry.</documentation>
</annotation>
<sequence>
<element name="BoundingBox" type="gml:EnvelopeType" minOccurs="0">
<annotation>
<documentation>Rectangular area of route for which the geometry is requested. If not specified, defaults to full route.</documentation>
</annotation>
<!-- type="xls:BoxType" -->
</element>
</sequence>
<attribute name="scale" type="positiveInteger" use="optional" default="1">
<annotation>
<documentation>Maximum scale at which the route will be displayed. Expressed as a ratio of world units to a device unit. For example 1:50000 would be specified as 50000.</documentation>
</annotation>
</attribute>
<attribute name="provideStartingPortion" type="boolean" use="optional" default="false">
<annotation>
<documentation>If true, return the geometry of the starting portion of the route contained within the specified bounding area, up to the specified maximum number of points. If false, return the geometry of the complete route contained within the specified area, reducing the accuracy of the geometry as necessary to not exceed the specified maximum number of points.</documentation>
</annotation>
</attribute>
<attribute name="maxPoints" type="positiveInteger" use="optional" default="100">
<annotation>
<documentation>Maximum number of geometric points to return.</documentation>
</annotation>
</attribute>
</complexType>
|