LocationGroup
data class LocationGroup(val locationGroupId: String, val locationGroupName: String? = null)(source)
Defines location groups, which are groups of stops where a rider may request pickup or drop off.
This class represents a record in the location_groups.txt file.