Types de véhicules disponibles pour les itinéraires
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Développeurs situés dans l'Espace économique européen (EEE)
Vous pouvez obtenir un itinéraire adapté à différents types de véhicules. Si vous ne spécifiez pas de type de véhicule, l'API Routes utilise par défaut une voiture à essence.
Vous définissez le mode de transport à l'aide du paramètre travelMode, avec les options "Transports en commun", "En voiture", "Véhicules à deux roues", "À pied" ou "À vélo".
Type de véhicule
Description
Vélo
Calculer un itinéraire pour les vélos et autres moyens de transport à propulsion humaine Pour les véhicules à deux roues motorisés, consultez Deux-roues.
Obtenez un itinéraire en transports en commun pour obtenir des instructions de navigation à l'aide des options de transports en commun disponibles dans la région. Les options de transports en commun peuvent inclure les bus, les métros et les trains, entre autres. Un itinéraire en transports en commun comprend généralement également des instructions pour se rendre à pied vers, depuis et entre les stations de transports en commun.
Un deux-roues désigne un véhicule motorisé à deux roues (par exemple, une moto). Le mode de déplacement à deux-roues diffère du mode de déplacement à vélo, qui est un mode de déplacement à propulsion humaine.
Marche à pied
Calculez un itinéraire à pied.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/06/20 (UTC).
[null,null,["Dernière mise à jour le 2025/06/20 (UTC)."],[[["\u003cp\u003eThe Routes API offers route options tailored to various vehicle types, including cars, two-wheelers, transit, and eco-friendly options, or defaults to a gasoline car if unspecified.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify your preferred mode of transportation using the \u003ccode\u003etravelMode\u003c/code\u003e parameter, selecting from options such as transit, driving, two-wheeled vehicles, walking, or bicycling.\u003c/p\u003e\n"],["\u003cp\u003eWalking, bicycling, and two-wheel routes are currently in beta and may lack comprehensive pedestrian or cycling paths, requiring a user warning in your application.\u003c/p\u003e\n"]]],["The Routes API provides route options for various travel modes, selectable via the `travelMode` parameter. Options include transit, driving (default), two-wheeled vehicles, walking, and bicycling. Users can specify vehicle types for customized routes. Walking, bicycling, and two-wheeled routes are in beta, requiring a warning display to users. Transit routes include public transport like buses, subways, and walking instructions to and from stations. Two-wheeled routes are for motorized vehicles, distinguishing them from human-powered bicycles.\n"],null,["# Available vehicle types for routes\n\n**European Economic Area (EEA) developers** If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](/maps/comms/eea/faq).\n\nYou can get a route suited to different types of vehicles. If you don't specify\na vehicle type, the Routes API uses the default of a gasoline powered\ncar.\n\nYou set the mode of transportation using the\n[`travelMode`](/maps/documentation/routes/reference/rest/v2/RouteTravelMode) parameter, with\nchoices of transit, driving, two-wheeled vehicles, walking, or bicycling.\n\n\u003cbr /\u003e\n\n| **Note:** Walking, bicycling, and two-wheel routes are in beta and might sometimes be missing clear sidewalks, pedestrian paths, or bicycling paths. You must display this warning to the user for all walking, bicycling, and two-wheel routes that you display in your app.\n\n| Vehicle type | Description |\n|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Bicycle | Compute a route for bicycles and other human-powered travel. For motorized two-wheeled vehicles, see **Two-wheeled**. |\n| [Drive](/maps/documentation/routes/compute_route_directions) | Compute a driving route. Drive is the default if you don't specify a vehicle type. |\n| [Transit](/maps/documentation/routes/transit-route) | Get a transit route for navigation instructions using the public transportation options available in the region. Transit options may include buses, subways, and trains, among others. A transit route also usually includes instructions on walking to, from, and between transit stations. |\n| [Two-wheeled vehicle](/maps/documentation/routes/route_two_wheel) | Two-wheeler refers to two-wheeled motorized vehicles (for example, motorcycles). The two-wheeler travel mode differs from the bicycle travel mode, which is a human-powered travel mode. |\n| Walk | Compute a walking route. |"]]