C# Class TransitEvaluator.Trip

Show file Open project: Esri/public-transit-tools Class Usage Examples

Public Properties

Property Type Description
bikes_allowed TripRestrictionType
route_id string
service_id string
wheelchair_accessible TripRestrictionType

Property Details

bikes_allowed public property

public TripRestrictionType bikes_allowed
return TripRestrictionType

route_id public property

public string route_id
return string

service_id public property

public string service_id
return string

wheelchair_accessible public property

public TripRestrictionType wheelchair_accessible
return TripRestrictionType