Version: 2022.3
LanguageEnglish
  • C#

MapsOptions

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

This enumerated type describes various navigational options that your app can use to receive route data from the Maps app. The values are flags, meaning they can be combined with | operator.

Properties

NoneNo Maps routing information is necessary.
AirplaneProvide routing information for airplane travel.
BikeProvide routing information for bicycle travel.
BusProvide routing information for bus travel.
CarProvide routing information for car travel.
FerryProvide routing information for ferry travel.
PedestrianProvide routing information for pedestrian travel.
RideSharingProvide routing information for ride sharing travel.
StreetCarProvide routing information for street car travel.
SubwayProvide routing information for subway travel.
TaxiProvide routing information for taxi travel.
TrainProvide routing information for train travel.
OtherProvide routing information for other types of travel.