RouteOptions
Used when calling CalculateRoute. Set MapSize (width, height) if you need to get a route map when calling CalculateRoute. If you only need turn-by-turn directions and do not require maps, you may ignore MapSize (do not use).
<RouteOptions>
<DistanceUnit>Mile or Kilometer</DistanceUnit>
<RouteOptimize>MinimizeTime or MinimizeDistance</RouteOptimize>
<Culture>string</Culture>
<MapSize>
<Width>int</Width>
<Height>int</Height>
</MapSize>
</RouteOptions>