transitType property
The type of transit this class represents, such as "bus".
Required. Possible string values are:
- "TRANSIT_TYPE_UNSPECIFIED"
- "BUS"
- "bus" : Legacy alias for BUS. Deprecated.
- "RAIL"
- "rail" : Legacy alias for RAIL. Deprecated.
- "TRAM"
- "tram" : Legacy alias for TRAM. Deprecated.
- "FERRY"
- "ferry" : Legacy alias for FERRY. Deprecated.
- "OTHER"
- "other" : Legacy alias for OTHER. Deprecated.
Implementation
core.String? transitType;