Enum MapsOptions
Namespace: UnityEditor.iOS.Xcode.Custom
Syntax
[Serializable]
[Flags]
public enum MapsOptions
Fields
Name | Description | Value |
---|---|---|
None | 0 | |
Airplane | 1 | |
Bike | 2 | |
Bus | 4 | |
Car | 8 | |
Ferry | 16 | |
Pedestrian | 32 | |
RideSharing | 64 | |
StreetCar | 128 | |
Subway | 256 | |
Taxi | 512 | |
Train | 1024 | |
Other | 2048 |