func (partner *Partner) RegisterDiscoveredStopAreas(stops []string) {
    if !partner.CollectSettings().UseDiscoveredSA {
        return
    }