Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
При расчете маршрута, пользовательского маршрута или матрицы маршрутов вы можете принять во внимание любые сборы за проезд на маршруте. Для некоторых городов вы можете рассчитать ориентировочную плату за проезд по маршруту в соответствующей валюте.
API Routes Preferred рассчитывает ориентировочную плату за проезд с учетом любых скидок или пропусков, доступных водителю или транспортному средству, а также наиболее удобных способов оплаты. Если для данного маршрута не существует доступной цены за проезд, API-интерфейс Routes Preferred указывает на существование платы за проезд с неизвестной комиссией.
Чтобы точно рассчитать информацию о дорожных сборах, обязательно включите в свой запрос следующую информацию:
Тип выбросов транспортного средства, используемого на маршруте ( VehicleEmissionType ). Если тип выброса не указан, возвращается плата за транспортное средство, работающее на бензине.
Любые проездные билеты для водителя или транспортного средства, которые могут применяться ( TollPass ). В некоторых регионах водитель или транспортное средство с пропуском платит другую плату, чем те, у кого нет пропуска. Например, если у вас есть Good To Go! проездного билета в Сиэтле, штат Вашингтон, США, вы платите меньше, чем если бы у вас не было пропуска. В некоторых регионах, например в Индонезии, для проезда по дороге может потребоваться проездной билет. Если вы не укажете платный проездной для маршрута, где требуется проездной, цена не возвращается.
Дополнительная информация о платных дорогах доступна для следующих регионов:
[null,null,["Последнее обновление: 2024-11-19 UTC."],[[["\u003cp\u003eThe Routes Preferred API can calculate estimated toll fees for routes in select cities, taking into account toll passes and discounts.\u003c/p\u003e\n"],["\u003cp\u003eTo ensure accurate toll calculations, specify the vehicle's emission type and any applicable toll passes in your request.\u003c/p\u003e\n"],["\u003cp\u003eThe Routes Preferred API's toll calculation differs from Google Maps, focusing on actual charges based on provided pass information.\u003c/p\u003e\n"],["\u003cp\u003eToll fee information is available for specific regions, including countries like Argentina, Australia, and the United States, with varying coverage levels.\u003c/p\u003e\n"],["\u003cp\u003eIf a toll exists but the fee is unknown, the API will indicate its presence without a specific price.\u003c/p\u003e\n"]]],["The Routes Preferred API calculates estimated toll fees for routes, considering discounts and payment methods. To get accurate toll information, specify the vehicle's emission type and any applicable toll passes. If no pass is specified, the cash price (usually the highest) is returned. The API indicates when a toll exists but the fee is unknown. Toll information is available in select regions, including Argentina, Australia, Brazil, Indonesia, India, Japan, Mexico, and various U.S. states.\n"],null,["# Calculate toll fees\n\nWhen you are computing a route,\na [custom route](/maps/documentation/routes_preferred/custom_routes),\nor a [route matrix](/maps/documentation/routes_preferred/compute_route_matrix),\nyou may want to take into consideration any toll fees on the route.\nFor select cities, you can compute the estimated\ntoll fee for a route in the appropriate currency.\n| **Note** : The Routes Preferred API calculates tolls on a route differently than Google Maps:\n|\n| - The Routes Preferred API returns only the toll prices (pass or cash) that would actually be charged for the trip, assuming your request accurately represents what types of passes each driver and/or vehicle has. If you don't specify any toll passes, the API returns the cash prices, which is usually the highest toll.\n| - Google Maps typically returns the cheapest possible price for a vehicle. Users cannot specify which toll passes they have; instead, to see cash tolls, users can disable the **See toll pass prices** option, which is enabled by default.\n\nThe Routes Preferred API calculates the estimated toll fee,\ntaking into consideration any toll price discounts or passes available\nto the driver or vehicle, and the most convenient payment methods.\nIf there is no available toll price for a given route,\nthe Routes Preferred API indicates the existence of a toll\nwith an unknown fee.\n\nTo accurately calculate toll information, make sure you include the following\ninformation in your request:\n\n- The emission type of the vehicle used for the route ([`VehicleEmissionType`](/maps/documentation/routes_preferred/reference/rest/Shared.Types/VehicleEmissionType)). If no emission type is provided, the toll for a gasoline-fueled vehicle is returned.\n- Any toll passes for the driver or vehicle that may apply ([`TollPass`](/maps/documentation/routes_preferred/reference/rest/Shared.Types/TollPass)). In some regions, a driver or vehicle with a toll pass pays a different toll than those who don't have a pass. For example, if you have a [Good To Go!](https://en.wikipedia.org/wiki/Good_to_Go_(toll_collection_system)) toll pass in Seattle, WA, US, you pay a lower toll than if you don't have a pass. In some regions, such as Indonesia, a toll pass may be required to travel on a road. If you don't specify a toll pass for a route where a pass is required, no price is returned.\n\nOptional toll information is available for the following regions:\n\n| Region Code | Country/Region | State/City/Toll Road |\n|-------------|----------------|----------------------|\n| AR | Argentina | Countrywide |\n| AU | Australia | Brisbane |\n| AU | Australia | Melbourne |\n| AU | Australia | Sydney |\n| BR | Brazil | Countrywide |\n| ID | Indonesia | Countrywide |\n| IN | India | Countrywide |\n| JP | Japan | Countrywide |\n| MX | Mexico | Countrywide |\n| US | United States | Alabama |\n| US | United States | Alaska |\n| US | United States | California |\n| US | United States | Colorado |\n| US | United States | Delaware |\n| US | United States | Florida |\n| US | United States | Illinois |\n| US | United States | Iowa |\n| US | United States | Indiana |\n| US | United States | Kansas |\n| US | United States | Louisiana |\n| US | United States | Maine |\n| US | United States | Maryland |\n| US | United States | Massachusetts |\n| US | United States | Michigan |\n| US | United States | Minnesota |\n| US | United States | Missouri |\n| US | United States | New Hampshire |\n| US | United States | New Jersey |\n| US | United States | New York |\n| US | United States | North Carolina |\n| US | United States | Ohio |\n| US | United States | Pennsylvania |\n| US | United States | Rhode Island |\n| US | United States | South Carolina |\n| US | United States | Texas |\n| US | United States | Utah |\n| US | United States | Virginia |\n| US | United States | Washington |\n| US | United States | West Virginia |\n\nFor examples of calculating toll fees, see:\n\n- [Computing a Route Examples](/maps/documentation/routes_preferred/compute_route_examples#toll-fee-examples)\n- [Computing a Custom Route Examples](/maps/documentation/routes_preferred/custom_route_examples#toll-fee-examples)\n- [Computing a Route Matrix Examples](/maps/documentation/routes_preferred/compute_matrix_examples#toll-fee-examples)"]]